Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/_io/
Dfileio.c652 fileio_read(fileio *self, PyObject *args) in fileio_read() function
1080 {"read", (PyCFunction)fileio_read, METH_VARARGS, read_doc},