Home
last modified time | relevance | path

Searched refs:NamedExpr_kind (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Python/
Dast_unparse.c913 case NamedExpr_kind: in append_ast_expr()
Dsymtable.c1536 case NamedExpr_kind: in symtable_visit_expr()
Dast.c317 case NamedExpr_kind: in validate_expr()
1098 case NamedExpr_kind: in get_expr_name()
DPython-ast.c2584 p->kind = NamedExpr_kind; in NamedExpr()
3964 case NamedExpr_kind: in ast2obj_expr()
Dcompile.c4994 case NamedExpr_kind: in compiler_visit_expr1()
/external/python/cpython3/Include/
DPython-ast.h226 enum _expr_kind {BoolOp_kind=1, NamedExpr_kind=2, BinOp_kind=3, UnaryOp_kind=4, enumerator
/external/python/cpython3/Parser/pegen/
Dpegen.c224 case NamedExpr_kind: in _PyPegen_get_expr_name()