Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c158 COMPILER_SCOPE_MODULE, enumerator
704 if (u->u_scope_type != COMPILER_SCOPE_MODULE) { in compiler_enter_scope()
1909 if (c->u->u_scope_type == COMPILER_SCOPE_MODULE && asdl_seq_LEN(stmts)) { in compiler_body()
1948 if (!compiler_enter_scope(c, module, COMPILER_SCOPE_MODULE, mod, 1)) in compiler_mod()
5416 if (c->u->u_scope_type == COMPILER_SCOPE_MODULE || in check_annotation()
5474 (c->u->u_scope_type == COMPILER_SCOPE_MODULE || in compiler_annassign()