Searched refs:PyTextIOBase_Type (Results 1 – 6 of 6) sorted by relevance
648 &PyTextIOBase_Type,714 PyStringIO_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()722 PyTextIOWrapper_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()
11 extern PyTypeObject PyTextIOBase_Type;
149 PyTypeObject PyTextIOBase_Type = { variable
589 Modules/_io/textio.c:PyTextIOBase_Type PyTypeObject PyTextIOBase_Type
22 Modules/_io/_iomodule.h - PyTextIOBase_Type -
568 Modules/_io/textio.c - PyTextIOBase_Type -