Home
last modified time | relevance | path

Searched refs:FVC_MASK (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/
Dceval.h141 #define FVC_MASK 0x3 macro
/third_party/python/Python/
Dceval.c4347 int which_conversion = oparg & FVC_MASK; in _PyEval_EvalFrameDefault()