Home
last modified time | relevance | path

Searched refs:Starred_kind (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Parser/
H A Daction_helpers.c378 case Starred_kind: in _PyPegen_set_expr_context()
1082 case Starred_kind: in _PyPegen_get_expr_name()
1222 case Starred_kind: in _PyPegen_get_invalid_target()
/third_party/python/Python/
H A Dcompile.c2433 if (annotation->kind == Starred_kind) { in compiler_visit_argannotation()
4417 if (elt->kind == Starred_kind) { in starunpack_helper()
4440 if (elt->kind == Starred_kind) { in starunpack_helper()
4469 if (elt->kind == Starred_kind && !seen_star) { in unpack_helper()
4478 else if (elt->kind == Starred_kind) { in unpack_helper()
4496 VISIT(c, expr, elt->kind != Starred_kind ? elt : elt->v.Starred.value); in assignment_helper()
4877 if (elt->kind == Starred_kind) { in maybe_optimize_method_call()
5119 if (elt->kind == Starred_kind) { in compiler_call_helper()
5133 assert(elt->kind != Starred_kind); in compiler_call_helper()
5149 if (n ==0 && nelts == 1 && ((expr_ty)asdl_seq_GET(args, 0))->kind == Starred_kind) { in compiler_call_helper()
[all...]
H A Dast_opt.c39 if (e->kind == Starred_kind) { in has_starred()
792 case Starred_kind: in astfold_expr()
H A Dast.c230 case Starred_kind: in validate_expr()
367 case Starred_kind: in validate_expr()
H A Dast_unparse.c897 case Starred_kind: in append_ast_expr()
H A Dsymtable.c1700 case Starred_kind: in symtable_visit_expr()
H A DPython-ast.c3156 p->kind = Starred_kind; in _PyAST_Starred()
4622 case Starred_kind: in ast2obj_expr()
/third_party/python/Include/internal/
H A Dpycore_ast.h345 Attribute_kind=21, Subscript_kind=22, Starred_kind=23, enumerator

Completed in 32 milliseconds