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

/external/python/cpython2/Include/
H A Dsymtable.h73 /* GLOBAL_EXPLICIT and GLOBAL_IMPLICIT are used internally by the symbol
82 #define GLOBAL_IMPLICIT 3 macro
/external/python/cpython2/Modules/
H A Dsymtablemodule.c80 PyModule_AddIntConstant(m, "GLOBAL_IMPLICIT", GLOBAL_IMPLICIT);
/external/python/cpython2/Lib/
H A Dsymtable.py6 SCOPE_OFF, SCOPE_MASK, FREE, GLOBAL_IMPLICIT, GLOBAL_EXPLICIT, CELL, LOCAL)
144 glob = (GLOBAL_IMPLICIT, GLOBAL_EXPLICIT)
190 return bool(self.__scope in (GLOBAL_IMPLICIT, GLOBAL_EXPLICIT))
/external/python/cpython2/Python/
H A Dsymtable.c422 SET_SCOPE(dict, name, GLOBAL_IMPLICIT);
428 SET_SCOPE(dict, name, GLOBAL_IMPLICIT);
H A Dcompile.c2342 case GLOBAL_IMPLICIT:

Completed in 124 milliseconds