Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/
D_iomodule.c376 PyObject *RawIO_class = (PyObject *)&PyFileIO_Type; in _io_open_impl() local
380 RawIO_class = (PyObject *)&PyWindowsConsoleIO_Type; in _io_open_impl()
384 raw = PyObject_CallFunction(RawIO_class, "OsOO", in _io_open_impl()