Home
last modified time | relevance | path

Searched refs:GLOBAL_EXPLICIT (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)
260 return bool(self.__scope == GLOBAL_EXPLICIT)
/third_party/python/Include/internal/
Dpycore_symtable.h115 #define GLOBAL_EXPLICIT 2 macro
/third_party/python/Modules/
Dsymtablemodule.c97 if (PyModule_AddIntMacro(m, GLOBAL_EXPLICIT) < 0) return -1; in symtable_init_constants()
/third_party/python/Python/
Dsymtable.c519 SET_SCOPE(scopes, name, GLOBAL_EXPLICIT); in analyze_name()
Dcompile.c772 if (scope == GLOBAL_EXPLICIT) in compiler_set_qualname()
3719 case GLOBAL_EXPLICIT: in compiler_nameop()