Searched refs:PyRawIOBase_Type (Results 1 – 7 of 7) sorted by relevance
730 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()
9 extern PyTypeObject PyRawIOBase_Type;
1034 PyTypeObject PyRawIOBase_Type = { variable
149 res = _PyObject_CallMethodIdOneArg((PyObject*)&PyRawIOBase_Type, in _io_FileIO_close_impl()
199 res = _PyObject_CallMethodIdOneArg((PyObject*)&PyRawIOBase_Type, in _io__WindowsConsoleIO_close_impl()
629 Modules/_io/iobase.c:PyRawIOBase_Type PyTypeObject PyRawIOBase_Type
11 Modules/_io/_iomodule.h - PyRawIOBase_Type -2299 Modules/_io/iobase.c - PyRawIOBase_Type -