Home
last modified time | relevance | path

Searched refs:MatchValue_kind (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_ast.h562 enum _pattern_kind {MatchValue_kind=1, MatchSingleton_kind=2, enumerator
/external/python/cpython3/Python/
Dast_opt.c807 case MatchValue_kind: in astfold_pattern()
Dast.c515 case MatchValue_kind: in validate_pattern()
Dsymtable.c1751 case MatchValue_kind: in symtable_visit_pattern()
Dcompile.c6310 assert(p->kind == MatchValue_kind); in compiler_pattern_value()
6337 case MatchValue_kind: in compiler_pattern()
DPython-ast.c3403 p->kind = MatchValue_kind; in _PyAST_MatchValue()
5151 case MatchValue_kind: in ast2obj_pattern()
/external/python/cpython3/Doc/data/
Dpython3.10.abi14154 <enumerator name='MatchValue_kind' value='1'/>