Searched refs:GLOBAL_IMPLICIT (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/ |
D | symtable.py | 6 LOCAL, GLOBAL_IMPLICIT, GLOBAL_EXPLICIT, CELL) 183 glob = (GLOBAL_IMPLICIT, GLOBAL_EXPLICIT) 250 return bool(self.__scope in (GLOBAL_IMPLICIT, GLOBAL_EXPLICIT)
|
/third_party/python/Include/internal/ |
D | pycore_symtable.h | 116 #define GLOBAL_IMPLICIT 3 macro
|
/third_party/python/Modules/ |
D | symtablemodule.c | 98 if (PyModule_AddIntMacro(m, GLOBAL_IMPLICIT) < 0) return -1; in symtable_init_constants()
|
/third_party/python/Python/ |
D | symtable.c | 565 SET_SCOPE(scopes, name, GLOBAL_IMPLICIT); in analyze_name() 570 SET_SCOPE(scopes, name, GLOBAL_IMPLICIT); in analyze_name()
|
D | compile.c | 771 assert(scope != GLOBAL_IMPLICIT); in compiler_set_qualname() 3715 case GLOBAL_IMPLICIT: in compiler_nameop()
|