Searched defs:FormattedValue (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython3/Include/ |
| D | Python-ast.h | 312 } FormattedValue; member 573 #define FormattedValue(a0, a1, a2, a3, a4, a5) _Py_FormattedValue(a0, a1, a2, a3, a4, a5) macro
|
| /external/python/cpython3/Python/ |
| D | Python-ast.c | 2131 FormattedValue(expr_ty value, int conversion, expr_ty format_spec, int lineno, in FormattedValue() function
|