Searched refs:PyWindowsConsoleIO_Type (Results 1 – 4 of 4) sorted by relevance
371 RawIO_class = (PyObject *)&PyWindowsConsoleIO_Type; in _io_open_impl()702 PyWindowsConsoleIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()703 ADD_TYPE(&PyWindowsConsoleIO_Type, "_WindowsConsoleIO"); in PyInit__io()
24 extern PyTypeObject PyWindowsConsoleIO_Type;
159 PyTypeObject PyWindowsConsoleIO_Type; variable1123 PyTypeObject PyWindowsConsoleIO_Type = { variable1175 PyAPI_DATA(PyObject *) _PyWindowsConsoleIO_Type = (PyObject*)&PyWindowsConsoleIO_Type;
38 extern PyTypeObject PyWindowsConsoleIO_Type;39 #define PyWindowsConsoleIO_Check(op) (PyObject_TypeCheck((op), &PyWindowsConsoleIO_Type))