Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/
D_iomodule.c378 PyObject *RawIO_class = (PyObject *)&PyFileIO_Type; in _io_open_impl() local
382 RawIO_class = (PyObject *)&PyWindowsConsoleIO_Type; in _io_open_impl()
386 raw = PyObject_CallFunction(RawIO_class, "OsOO", in _io_open_impl()