Searched refs:MatchValue_type (Results 1 – 2 of 2) sorted by relevance
101 PyObject *MatchValue_type; member
115 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()