Searched refs:PyTextIOWrapper_Type (Results 1 – 6 of 6) sorted by relevance
427 wrapper = PyObject_CallFunction((PyObject *)state->PyTextIOWrapper_Type, in _io_open_impl()585 Py_VISIT(state->PyTextIOWrapper_Type); in iomodule_traverse()611 Py_CLEAR(state->PyTextIOWrapper_Type); in iomodule_clear()713 ADD_TYPE(m, state->PyTextIOWrapper_Type, &textiowrapper_spec, in iomodule_exec()
163 PyTypeObject *PyTextIOWrapper_Type; member
1497 if (Py_IS_TYPE(self, self->state->PyTextIOWrapper_Type)) { \3167 if (Py_IS_TYPE(self, self->state->PyTextIOWrapper_Type)) { in textiowrapper_iternext()
647 Modules/_io/_iomodule.h - PyTextIOWrapper_Type -
589 Modules/_io/textio.c:PyTextIOWrapper_Type PyTypeObject PyTextIOWrapper_Type
1784 …<var-decl name='PyTextIOWrapper_Type' type-id='type-id-1' visibility='default' filepath='./Modules…