Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h99 PyObject *MatchSingleton_type; member
/third_party/python/Python/
DPython-ast.c113 Py_CLEAR(state->MatchSingleton_type); in _PyAST_Fini()
1790 state->MatchSingleton_type = make_type(state, "MatchSingleton", in init_types()
1794 if (!state->MatchSingleton_type) return 0; in init_types()
5162 tp = (PyTypeObject *)state->MatchSingleton_type; in ast2obj_pattern()
11063 tp = state->MatchSingleton_type; in obj2ast_pattern()
11948 if (PyModule_AddObjectRef(m, "MatchSingleton", state->MatchSingleton_type) in astmodule_exec()