Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
D_iomodule.c512 wrapper = PyObject_CallFunction((PyObject *)&PyTextIOWrapper_Type, in io_open()
710 PyTextIOWrapper_Type.tp_base = &PyTextIOBase_Type; in init_io()
711 ADD_TYPE(&PyTextIOWrapper_Type, "TextIOWrapper"); in init_io()
D_iomodule.h19 extern PyTypeObject PyTextIOWrapper_Type;
Dtextio.c1139 if (Py_TYPE(self) == &PyTextIOWrapper_Type) { \
2499 if (Py_TYPE(self) == &PyTextIOWrapper_Type) { in textiowrapper_iternext()
2634 PyTypeObject PyTextIOWrapper_Type = { variable