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/cpython/
Dcode.h102 #define CO_CELL_NOT_AN_ARG (-1) macro
/external/python/cpython3/Objects/
Dcodeobject.c203 cell2arg[i] = CO_CELL_NOT_AN_ARG; in PyCode_NewWithPosOnlyArgs()
/external/python/cpython3/Python/
Dceval.c4280 (arg = co->co_cell2arg[i]) != CO_CELL_NOT_AN_ARG) { in _PyEval_EvalCode()