Searched refs:SCOPE_MODULE (Results 1 – 3 of 3) sorted by relevance
62 SCOPE_MODULE, enumerator
35 [SCOPE_MODULE] = MP_QSTR__lt_module_gt_,
622 if (comp->scope_cur->kind != SCOPE_MODULE) { in close_over_variables_etc()1203 if (comp->scope_cur->kind != SCOPE_MODULE) { in compile_import_from()1282 if (!is_global && comp->scope_cur->kind == SCOPE_MODULE) { in compile_global_nonlocal_stmt()1997 if (comp->is_repl && comp->scope_cur->kind == SCOPE_MODULE) { in compile_expr_stmt()3082 assert(scope->kind == SCOPE_MODULE); in compile_scope()3086 } else if (scope->kind == SCOPE_MODULE) { in compile_scope()3516 scope_t *module_scope = scope_new_and_link(comp, SCOPE_MODULE, parse_tree->root, emit_opt); in mp_compile_to_raw_code()
Completed in 11 milliseconds