Home
last modified time | relevance | path

Searched refs:CO_CELL_NOT_AN_ARG (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dcode.h89 #define CO_CELL_NOT_AN_ARG (-1) macro
/external/python/cpython3/Objects/
Dcodeobject.c167 cell2arg[i] = CO_CELL_NOT_AN_ARG; in PyCode_New()
/external/python/cpython3/Python/
Dceval.c3864 (arg = co->co_cell2arg[i]) != CO_CELL_NOT_AN_ARG) { in _PyEval_EvalCodeWithName()