Searched refs:MatchClass_type (Results 1 – 2 of 2) sorted by relevance
95 PyObject *MatchClass_type; member
109 Py_CLEAR(state->MatchClass_type); in _PyAST_Fini()1807 state->MatchClass_type = make_type(state, "MatchClass", in init_types()1811 if (!state->MatchClass_type) return 0; in init_types()5205 tp = (PyTypeObject *)state->MatchClass_type; in ast2obj_pattern()11249 tp = state->MatchClass_type; in obj2ast_pattern()11960 if (PyModule_AddObjectRef(m, "MatchClass", state->MatchClass_type) < 0) { in astmodule_exec()