Searched refs:FVC_NONE (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Include/ | ||
D | ceval.h | 229 #define FVC_NONE 0x0 macro |
/external/python/cpython3/Python/ | ||
D | compile.c | 3617 case -1: oparg = FVC_NONE; break; in compiler_formatted_value() |