Home
last modified time | relevance | path

Searched refs:PyStringIO_Type (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Modules/_io/
D_iomodule.h16 extern PyTypeObject PyStringIO_Type;
D_iomodule.c746 PyStringIO_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()
747 ADD_TYPE(&PyStringIO_Type); in PyInit__io()
Dstringio.c405 if (Py_IS_TYPE(self, &PyStringIO_Type)) { in stringio_iternext()
1004 PyTypeObject PyStringIO_Type = { variable
/third_party/python/Tools/c-analyzer/
DTODO630 Modules/_io/stringio.c:PyStringIO_Type PyTypeObject PyStringIO_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv16 Modules/_io/_iomodule.h - PyStringIO_Type -
2300 Modules/_io/stringio.c - PyStringIO_Type -