Searched refs:PyTextIOWrapper_Type (Results 1 – 3 of 3) sorted by relevance
512 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()
19 extern PyTypeObject PyTextIOWrapper_Type;
1139 if (Py_TYPE(self) == &PyTextIOWrapper_Type) { \2499 if (Py_TYPE(self) == &PyTextIOWrapper_Type) { in textiowrapper_iternext()2634 PyTypeObject PyTextIOWrapper_Type = { variable