Searched refs:NamedExpr_kind (Results 1 – 8 of 8) sorted by relevance
332 enum _expr_kind {BoolOp_kind=1, NamedExpr_kind=2, BinOp_kind=3, UnaryOp_kind=4, enumerator
918 case NamedExpr_kind: in append_ast_expr()
354 case NamedExpr_kind: in validate_expr()
599 case NamedExpr_kind: in astfold_expr()
1588 case NamedExpr_kind: in symtable_visit_expr()
2584 p->kind = NamedExpr_kind; in _PyAST_NamedExpr()4197 case NamedExpr_kind: in ast2obj_expr()
5180 case NamedExpr_kind: in compiler_visit_expr1()
243 case NamedExpr_kind: in _PyPegen_get_expr_name()