Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/
D_iomodule.c732 ADD_TYPE(&PyTextIOBase_Type); in PyInit__io()
746 PyStringIO_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()
772 PyTextIOWrapper_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()
D_iomodule.h11 extern PyTypeObject PyTextIOBase_Type;
Dtextio.c169 PyTypeObject PyTextIOBase_Type = { variable
/third_party/python/Tools/c-analyzer/
DTODO632 Modules/_io/textio.c:PyTextIOBase_Type PyTypeObject PyTextIOBase_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv13 Modules/_io/_iomodule.h - PyTextIOBase_Type -
2301 Modules/_io/textio.c - PyTextIOBase_Type -