Home
last modified time | relevance | path

Searched refs:MatchValue_type (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ast_state.h101 PyObject *MatchValue_type; member
/third_party/python/Python/
DPython-ast.c115 Py_CLEAR(state->MatchValue_type); in _PyAST_Fini()
1785 state->MatchValue_type = make_type(state, "MatchValue", in init_types()
1789 if (!state->MatchValue_type) return 0; in init_types()
5152 tp = (PyTypeObject *)state->MatchValue_type; in ast2obj_pattern()
11033 tp = state->MatchValue_type; in obj2ast_pattern()
11945 if (PyModule_AddObjectRef(m, "MatchValue", state->MatchValue_type) < 0) { in astmodule_exec()