Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
DPython-ast.h245 } NamedExpr; member
564 #define NamedExpr(a0, a1, a2, a3, a4, a5, a6) _Py_NamedExpr(a0, a1, a2, a3, a4, a5, a6) macro
/external/python/cpython3/Python/
DPython-ast.c2567 NamedExpr(expr_ty target, expr_ty value, int lineno, int col_offset, int in NamedExpr() function