Searched refs:PyWindowsConsoleIO_Type (Results 1 – 4 of 4) sorted by relevance
382 RawIO_class = (PyObject *)&PyWindowsConsoleIO_Type; in _io_open_impl()733 PyWindowsConsoleIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()734 ADD_TYPE(&PyWindowsConsoleIO_Type, "_WindowsConsoleIO"); in PyInit__io()
24 extern PyTypeObject PyWindowsConsoleIO_Type;
160 PyTypeObject PyWindowsConsoleIO_Type; variable1115 PyTypeObject PyWindowsConsoleIO_Type = { variable1167 PyObject * _PyWindowsConsoleIO_Type = (PyObject*)&PyWindowsConsoleIO_Type;
45 extern PyTypeObject PyWindowsConsoleIO_Type;46 #define PyWindowsConsoleIO_Check(op) (PyObject_TypeCheck((op), &PyWindowsConsoleIO_Type))