Searched refs:GLOBAL_EXPLICIT (Results 1 – 5 of 5) sorted by relevance
6 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)
115 #define GLOBAL_EXPLICIT 2 macro
97 if (PyModule_AddIntMacro(m, GLOBAL_EXPLICIT) < 0) return -1; in symtable_init_constants()
519 SET_SCOPE(scopes, name, GLOBAL_EXPLICIT); in analyze_name()
772 if (scope == GLOBAL_EXPLICIT) in compiler_set_qualname()3719 case GLOBAL_EXPLICIT: in compiler_nameop()