Searched refs:CO_CELL_NOT_AN_ARG (Results 1 – 3 of 3) sorted by relevance
102 #define CO_CELL_NOT_AN_ARG (-1) macro
203 cell2arg[i] = CO_CELL_NOT_AN_ARG; in PyCode_NewWithPosOnlyArgs()
4280 (arg = co->co_cell2arg[i]) != CO_CELL_NOT_AN_ARG) { in _PyEval_EvalCode()