Searched refs:Subscript_type (Results 1 – 2 of 2) sorted by relevance
134 PyObject *Subscript_type; member
148 Py_CLEAR(state->Subscript_type); in _PyAST_Fini()1424 state->Subscript_type = make_type(state, "Subscript", state->expr_type, in init_types()1427 if (!state->Subscript_type) return 0; in init_types()4521 tp = (PyTypeObject *)state->Subscript_type; in ast2obj_expr()9224 tp = state->Subscript_type; in obj2ast_expr()11782 if (PyModule_AddObjectRef(m, "Subscript", state->Subscript_type) < 0) { in astmodule_exec()