Searched refs:ModuleBlock (Results 1 – 4 of 4) sorted by relevance
8 typedef enum _block_type { FunctionBlock, ClassBlock, ModuleBlock } enumerator
72 PyModule_AddIntConstant(m, "TYPE_MODULE", ModuleBlock); in init_symtable()
230 !symtable_enter_block(st, top, ModuleBlock, (void *)mod, 0)) { in PySymtable_Build()853 if (block == ModuleBlock) in symtable_enter_block()1423 if (st->st_cur->ste_type != ModuleBlock) { in symtable_visit_alias()
3770 if (ste->ste_type != ModuleBlock) in compute_code_flags()