Searched refs:PyTextIOBase_Type (Results 1 – 8 of 8) sorted by relevance
678 ADD_TYPE(&PyTextIOBase_Type, "_TextIOBase"); in init_io()690 PyStringIO_Type.tp_base = &PyTextIOBase_Type; in init_io()710 PyTextIOWrapper_Type.tp_base = &PyTextIOBase_Type; in init_io()
9 extern PyTypeObject PyTextIOBase_Type;
135 PyTypeObject PyTextIOBase_Type = { variable
717 ADD_TYPE(&PyTextIOBase_Type); in PyInit__io()731 PyStringIO_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()757 PyTextIOWrapper_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()
11 extern PyTypeObject PyTextIOBase_Type;
168 PyTypeObject PyTextIOBase_Type = { variable
637 Modules/_io/textio.c:PyTextIOBase_Type PyTypeObject PyTextIOBase_Type
1554 Modules/_io/textio.c - PyTextIOBase_Type variable PyTypeObject PyTextIOBase_Type