Home
last modified time | relevance | path

Searched refs:PyTextIOWrapper_Type (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Modules/_io/
D_iomodule.c427 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()
D_iomodule.h163 PyTypeObject *PyTextIOWrapper_Type; member
Dtextio.c1497 if (Py_IS_TYPE(self, self->state->PyTextIOWrapper_Type)) { \
3167 if (Py_IS_TYPE(self, self->state->PyTextIOWrapper_Type)) { in textiowrapper_iternext()
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv647 Modules/_io/_iomodule.h - PyTextIOWrapper_Type -
/external/python/cpython3/Tools/c-analyzer/
DTODO589 Modules/_io/textio.c:PyTextIOWrapper_Type PyTypeObject PyTextIOWrapper_Type
/external/python/cpython3/Doc/data/
Dpython3.13.abi1784 …<var-decl name='PyTextIOWrapper_Type' type-id='type-id-1' visibility='default' filepath='./Modules…