Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dcode.h102 #define CO_CELL_NOT_AN_ARG (-1) macro
/third_party/python/Objects/
Dcodeobject.c203 cell2arg[i] = CO_CELL_NOT_AN_ARG; in PyCode_NewWithPosOnlyArgs()
/third_party/python/Python/
Dceval.c4280 (arg = co->co_cell2arg[i]) != CO_CELL_NOT_AN_ARG) { in _PyEval_EvalCode()