Home
last modified time | relevance | path

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

/third_party/python/Parser/
H A Daction_helpers.c369 case List_kind: in _PyPegen_set_expr_context()
1086 case List_kind: in _PyPegen_get_expr_name()
1216 case List_kind: in _PyPegen_get_invalid_target()
/third_party/python/Python/
H A Dast_opt.c582 if (arg->kind == List_kind) { in fold_iter()
800 case List_kind: in astfold_expr()
H A Dast.c239 case List_kind: in validate_expr()
375 case List_kind: in validate_expr()
H A Dast_unparse.c903 case List_kind: in append_ast_expr()
H A Dcompile.c4698 case List_kind: in infer_type()
4727 case List_kind: in check_caller()
4791 case List_kind: in check_index()
5270 case List_kind: in compiler_sync_comprehension_generator()
5949 case List_kind: in compiler_visit_expr1()
H A Dsymtable.c1724 case List_kind: in symtable_visit_expr()
H A DPython-ast.c3207 p->kind = List_kind; in _PyAST_List()
4652 case List_kind: in ast2obj_expr()
/third_party/python/Include/internal/
H A Dpycore_ast.h346 Name_kind=24, List_kind=25, Tuple_kind=26, Slice_kind=27}; enumerator

Completed in 34 milliseconds