Searched refs:SCOPE_DICT_COMP (Results 1 – 4 of 4) sorted by relevance
66 SCOPE_DICT_COMP, enumerator
38 [SCOPE_DICT_COMP] = MP_QSTR__lt_dictcomp_gt_,
771 } else if (!MICROPY_PY_BUILTINS_SET || kind == SCOPE_DICT_COMP) { in mp_emit_bc_store_comp()
2641 compile_comprehension(comp, pns, SCOPE_DICT_COMP); in compile_atom_brace_helper()3165 } else if (scope->kind == SCOPE_DICT_COMP) { in compile_scope()
Completed in 13 milliseconds