Home
last modified time | relevance | path

Searched refs:MatchAs_kind (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_ast.h571 MatchClass_kind=5, MatchStar_kind=6, MatchAs_kind=7, enumerator
/third_party/python/Python/
H A Dast_opt.c1047 case MatchAs_kind: in astfold_pattern()
H A Dast.c653 case MatchAs_kind: in validate_pattern()
H A Dcompile.c6299 ((N)->kind == MatchAs_kind && !(N)->v.MatchAs.name)
6505 assert(p->kind == MatchAs_kind); in compiler_pattern_as()
7009 case MatchAs_kind: in compiler_pattern()
H A Dsymtable.c1769 case MatchAs_kind: in symtable_visit_pattern()
H A DPython-ast.c3560 p->kind = MatchAs_kind; in _PyAST_MatchAs()
5378 case MatchAs_kind: in ast2obj_pattern()

Completed in 33 milliseconds