Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dceval.h234 #define FVS_HAVE_SPEC 0x4 macro
/external/python/cpython3/Python/
Dcompile.c1116 return (oparg & FVS_MASK) == FVS_HAVE_SPEC ? -1 : 0; in stack_effect()
3626 oparg |= FVS_HAVE_SPEC; in compiler_formatted_value()
Dceval.c3261 int have_fmt_spec = (oparg & FVS_MASK) == FVS_HAVE_SPEC; in _PyEval_EvalFrameDefault()