Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h100 PyObject *MatchStar_type; member
/third_party/python/Python/
DPython-ast.c114 Py_CLEAR(state->MatchStar_type); in _PyAST_Fini()
1812 state->MatchStar_type = make_type(state, "MatchStar", state->pattern_type, in init_types()
1815 if (!state->MatchStar_type) return 0; in init_types()
1816 if (PyObject_SetAttr(state->MatchStar_type, state->name, Py_None) == -1) in init_types()
5233 tp = (PyTypeObject *)state->MatchStar_type; in ast2obj_pattern()
11394 tp = state->MatchStar_type; in obj2ast_pattern()
11963 if (PyModule_AddObjectRef(m, "MatchStar", state->MatchStar_type) < 0) { in astmodule_exec()