Home
last modified time | relevance | path

Searched refs:PyRawIOBase_Type (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Modules/_io/
D_iomodule.c730 ADD_TYPE(&PyRawIOBase_Type); in PyInit__io()
736 PyFileIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()
751 PyWindowsConsoleIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()
D_iomodule.h9 extern PyTypeObject PyRawIOBase_Type;
Diobase.c1034 PyTypeObject PyRawIOBase_Type = { variable
Dfileio.c149 res = _PyObject_CallMethodIdOneArg((PyObject*)&PyRawIOBase_Type, in _io_FileIO_close_impl()
Dwinconsoleio.c199 res = _PyObject_CallMethodIdOneArg((PyObject*)&PyRawIOBase_Type, in _io__WindowsConsoleIO_close_impl()
/third_party/python/Tools/c-analyzer/
DTODO629 Modules/_io/iobase.c:PyRawIOBase_Type PyTypeObject PyRawIOBase_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv11 Modules/_io/_iomodule.h - PyRawIOBase_Type -
2299 Modules/_io/iobase.c - PyRawIOBase_Type -