Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/
H A D_iomodule.c321 PyObject *RawIO_class = (PyObject *)&PyFileIO_Type; in _io_open_impl()
325 RawIO_class = (PyObject *)&PyWindowsConsoleIO_Type; in _io_open_impl()
329 raw = PyObject_CallFunction(RawIO_class, "OsOO", in _io_open_impl()
320 PyObject *RawIO_class = (PyObject *)&PyFileIO_Type; _io_open_impl() local

Completed in 2 milliseconds