Searched refs:CO_CELL_NOT_AN_ARG (Results 1 – 3 of 3) sorted by relevance
89 #define CO_CELL_NOT_AN_ARG (-1) macro
167 cell2arg[i] = CO_CELL_NOT_AN_ARG; in PyCode_New()
3864 (arg = co->co_cell2arg[i]) != CO_CELL_NOT_AN_ARG) { in _PyEval_EvalCodeWithName()