Searched refs:comprehension_type (Results 1 – 2 of 2) sorted by relevance
172 PyObject *comprehension_type; member
186 Py_CLEAR(state->comprehension_type); in _PyAST_Fini()1684 state->comprehension_type = make_type(state, "comprehension", in init_types()1688 if (!state->comprehension_type) return 0; in init_types()1689 if (!add_attributes(state, state->comprehension_type, NULL, 0)) return 0; in init_types()4783 tp = (PyTypeObject *)state->comprehension_type; in ast2obj_comprehension()11912 if (PyModule_AddObjectRef(m, "comprehension", state->comprehension_type) < in astmodule_exec()