Home
last modified time | relevance | path

Searched defs:FormattedValue (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
DPython-ast.h312 } FormattedValue; member
573 #define FormattedValue(a0, a1, a2, a3, a4, a5) _Py_FormattedValue(a0, a1, a2, a3, a4, a5) macro
/external/python/cpython3/Python/
DPython-ast.c2131 FormattedValue(expr_ty value, int conversion, expr_ty format_spec, int lineno, in FormattedValue() function