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 255 macro
/external/python/cpython3/Objects/
Dcodeobject.c151 memset(cell2arg, CO_CELL_NOT_AN_ARG, alloc_size); in PyCode_New()
/external/python/cpython3/Python/
Dceval.c4063 (arg = co->co_cell2arg[i]) != CO_CELL_NOT_AN_ARG) { in _PyEval_EvalCodeWithName()