Home
last modified time | relevance | path

Searched refs:MatchMapping_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.c815 case MatchMapping_kind: in astfold_pattern()
Dast.c528 case MatchMapping_kind: in validate_pattern()
Dsymtable.c1765 case MatchMapping_kind: in symtable_visit_pattern()
Dcompile.c5976 assert(p->kind == MatchMapping_kind); in compiler_pattern_mapping()
6342 case MatchMapping_kind: in compiler_pattern()
DPython-ast.c3460 p->kind = MatchMapping_kind; in _PyAST_MatchMapping()
5182 case MatchMapping_kind: in ast2obj_pattern()