Searched refs:PyRawIOBase_Type (Results 1 – 9 of 9) sorted by relevance
681 ADD_TYPE(&PyRawIOBase_Type, "_RawIOBase"); in PyInit__io()687 PyFileIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()702 PyWindowsConsoleIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()
7 extern PyTypeObject PyRawIOBase_Type;
1016 PyTypeObject PyRawIOBase_Type = { variable
147 res = _PyObject_CallMethodIdObjArgs((PyObject*)&PyRawIOBase_Type, in _io_FileIO_close_impl()
206 res = _PyObject_CallMethodIdObjArgs((PyObject*)&PyRawIOBase_Type, in _io__WindowsConsoleIO_close_impl()
676 ADD_TYPE(&PyRawIOBase_Type, "_RawIOBase"); in init_io()682 PyFileIO_Type.tp_base = &PyRawIOBase_Type; in init_io()
901 PyTypeObject PyRawIOBase_Type = { variable
108 res = PyObject_CallMethod((PyObject*)&PyRawIOBase_Type, in fileio_close()