Home
last modified time | relevance | path

Searched defs:SCOPE_MASK (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dsymtable.h78 #define SCOPE_MASK 7 macro
/external/python/cpython3/Include/
Dsymtable.h103 #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL) macro