Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h100 PyObject *MatchSequence_type; member
/third_party/python/Python/
H A DPython-ast.c113 Py_CLEAR(state->MatchSequence_type); in _PyAST_Fini()
1808 state->MatchSequence_type = make_type(state, "MatchSequence", in init_types()
1812 if (!state->MatchSequence_type) return 0; in init_types()
5308 tp = (PyTypeObject *)state->MatchSequence_type; in ast2obj_pattern()
11400 tp = state->MatchSequence_type; in obj2ast_pattern()
12262 if (PyModule_AddObjectRef(m, "MatchSequence", state->MatchSequence_type) < in astmodule_exec()

Completed in 27 milliseconds