Searched refs:PyStringIO_Type (Results 1 – 5 of 5) sorted by relevance
16 extern PyTypeObject PyStringIO_Type;
746 PyStringIO_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()747 ADD_TYPE(&PyStringIO_Type); in PyInit__io()
405 if (Py_IS_TYPE(self, &PyStringIO_Type)) { in stringio_iternext()1004 PyTypeObject PyStringIO_Type = { variable
630 Modules/_io/stringio.c:PyStringIO_Type PyTypeObject PyStringIO_Type
16 Modules/_io/_iomodule.h - PyStringIO_Type -2300 Modules/_io/stringio.c - PyStringIO_Type -