Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c92 COMPILER_SCOPE_MODULE, enumerator
641 if (u->u_scope_type != COMPILER_SCOPE_MODULE) { in compiler_enter_scope()
1486 if (c->u->u_scope_type == COMPILER_SCOPE_MODULE && in compiler_body()
1523 if (!compiler_enter_scope(c, module, COMPILER_SCOPE_MODULE, mod, 0)) in compiler_mod()
4627 if (c->u->u_scope_type == COMPILER_SCOPE_MODULE || in check_annotation()
4716 (c->u->u_scope_type == COMPILER_SCOPE_MODULE || in compiler_annassign()