Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h101 PyObject *MatchSingleton_type; member
/third_party/python/Python/
H A DPython-ast.c114 Py_CLEAR(state->MatchSingleton_type); in _PyAST_Fini()
1803 state->MatchSingleton_type = make_type(state, "MatchSingleton", in init_types()
1807 if (!state->MatchSingleton_type) return 0; in init_types()
5298 tp = (PyTypeObject *)state->MatchSingleton_type; in ast2obj_pattern()
11370 tp = state->MatchSingleton_type; in obj2ast_pattern()
12258 if (PyModule_AddObjectRef(m, "MatchSingleton", state->MatchSingleton_type) in astmodule_exec()

Completed in 15 milliseconds