Home
last modified time | relevance | path

Searched refs:COMPILER_SCOPE_MODULE (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c288 COMPILER_SCOPE_MODULE, enumerator
1805 if (u->u_scope_type == COMPILER_SCOPE_MODULE) { in compiler_enter_scope()
1814 if (u->u_scope_type == COMPILER_SCOPE_MODULE) { in compiler_enter_scope()
2152 if (c->u->u_scope_type == COMPILER_SCOPE_MODULE && asdl_seq_LEN(stmts)) { in compiler_body()
2186 if (!compiler_enter_scope(c, &_Py_STR(anon_module), COMPILER_SCOPE_MODULE, in compiler_mod()
6057 if (c->u->u_scope_type == COMPILER_SCOPE_MODULE || in check_annotation()
6115 (c->u->u_scope_type == COMPILER_SCOPE_MODULE || in compiler_annassign()