Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c3320 if (elt->kind == Starred_kind) { in starunpack_helper()
3354 if (elt->kind == Starred_kind && !seen_star) { in assignment_helper()
3364 else if (elt->kind == Starred_kind) { in assignment_helper()
3556 if (elt->kind == Starred_kind) { in maybe_optimize_method_call()
3697 if (elt->kind == Starred_kind) { in compiler_call_helper()
4546 case Starred_kind: in compiler_visit_expr()
Dast_unparse.c867 case Starred_kind: in append_ast_expr()
Dast_opt.c599 case Starred_kind: in astfold_expr()
Dast.c195 case Starred_kind: in validate_expr()
336 case Starred_kind: in validate_expr()
991 case Starred_kind: in set_context()
1923 if (elt->kind == Starred_kind) { in ast_for_itercomp()
Dsymtable.c1483 case Starred_kind: in symtable_visit_expr()
DPython-ast.c2318 p->kind = Starred_kind; in Starred()
3407 case Starred_kind: in ast2obj_expr()
/external/python/cpython3/Include/
DPython-ast.h214 Attribute_kind=25, Subscript_kind=26, Starred_kind=27, enumerator