Home
last modified time | relevance | path

Searched refs:PyTextIOBase_Type (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.c678 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()
D_iomodule.h9 extern PyTypeObject PyTextIOBase_Type;
Dtextio.c135 PyTypeObject PyTextIOBase_Type = { variable
/external/python/cpython3/Modules/_io/
D_iomodule.c717 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()
D_iomodule.h11 extern PyTypeObject PyTextIOBase_Type;
Dtextio.c168 PyTypeObject PyTextIOBase_Type = { variable
/external/python/cpython3/Tools/c-analyzer/
DTODO637 Modules/_io/textio.c:PyTextIOBase_Type PyTypeObject PyTextIOBase_Type
Dknown.tsv1554 Modules/_io/textio.c - PyTextIOBase_Type variable PyTypeObject PyTextIOBase_Type