Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dceval.h150 #define FVC_NONE 0x0 macro
/external/python/cpython3/Python/
Dceval.c3657 case FVC_NONE: conv_fn = NULL; break; in _PyEval_EvalFrameDefault()
Dcompile.c4193 case -1: oparg = FVC_NONE; break; in compiler_formatted_value()