Home
last modified time | relevance | path

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

/third_party/python/Include/
Dceval.h147 #define FVS_HAVE_SPEC 0x4 macro
/third_party/python/Python/
Dcompile.c1189 return (oparg & FVS_MASK) == FVS_HAVE_SPEC ? -1 : 0; in stack_effect()
4374 oparg |= FVS_HAVE_SPEC; in compiler_formatted_value()
Dceval.c4348 int have_fmt_spec = (oparg & FVS_MASK) == FVS_HAVE_SPEC; in _PyEval_EvalFrameDefault()