Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dsymtable.py6 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/
Dpycore_symtable.h116 #define GLOBAL_IMPLICIT 3 macro
/third_party/python/Modules/
Dsymtablemodule.c98 if (PyModule_AddIntMacro(m, GLOBAL_IMPLICIT) < 0) return -1; in symtable_init_constants()
/third_party/python/Python/
Dsymtable.c565 SET_SCOPE(scopes, name, GLOBAL_IMPLICIT); in analyze_name()
570 SET_SCOPE(scopes, name, GLOBAL_IMPLICIT); in analyze_name()
Dcompile.c771 assert(scope != GLOBAL_IMPLICIT); in compiler_set_qualname()
3715 case GLOBAL_IMPLICIT: in compiler_nameop()