Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c100 COMPILER_SCOPE_MODULE, enumerator
650 if (u->u_scope_type != COMPILER_SCOPE_MODULE) { in compiler_enter_scope()
1791 if (c->u->u_scope_type == COMPILER_SCOPE_MODULE && asdl_seq_LEN(stmts)) { in compiler_body()
1830 if (!compiler_enter_scope(c, module, COMPILER_SCOPE_MODULE, mod, 0)) in compiler_mod()
5203 if (c->u->u_scope_type == COMPILER_SCOPE_MODULE || in check_annotation()
5261 (c->u->u_scope_type == COMPILER_SCOPE_MODULE || in compiler_annassign()