Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h563 MatchSequence_kind=3, MatchMapping_kind=4, enumerator
/third_party/python/Python/
Dast_opt.c812 case MatchSequence_kind: in astfold_pattern()
Dast.c525 case MatchSequence_kind: in validate_pattern()
Dsymtable.c1757 case MatchSequence_kind: in symtable_visit_pattern()
Dcompile.c6252 assert(p->kind == MatchSequence_kind); in compiler_pattern_sequence()
6340 case MatchSequence_kind: in compiler_pattern()
DPython-ast.c3442 p->kind = MatchSequence_kind; in _PyAST_MatchSequence()
5171 case MatchSequence_kind: in ast2obj_pattern()