Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h564 MatchClass_kind=5, MatchStar_kind=6, MatchAs_kind=7, enumerator
/third_party/python/Python/
Dast_opt.c826 case MatchAs_kind: in astfold_pattern()
Dast.c614 case MatchAs_kind: in validate_pattern()
Dsymtable.c1777 case MatchAs_kind: in symtable_visit_pattern()
Dcompile.c5658 ((N)->kind == MatchAs_kind && !(N)->v.MatchAs.name)
5855 assert(p->kind == MatchAs_kind); in compiler_pattern_as()
6348 case MatchAs_kind: in compiler_pattern()
DPython-ast.c3523 p->kind = MatchAs_kind; in _PyAST_MatchAs()
5242 case MatchAs_kind: in ast2obj_pattern()