Home
last modified time | relevance | path

Searched defs:CO_VARARGS (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/compiler/
Dconsts.py15 CO_VARARGS = 0x0004 variable
/external/python/cpython2/Include/
Dcode.h35 #define CO_VARARGS 0x0004 macro
/external/python/cpython3/Include/
Dcode.h56 #define CO_VARARGS 0x0004 macro
/external/python/cpython2/Lib/
Dinspect.py45 CO_OPTIMIZED, CO_NEWLOCALS, CO_VARARGS, CO_VARKEYWORDS = 0x1, 0x2, 0x4, 0x8 variable