Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/_io/
Dstringio.c214 stringio_read(stringio *self, PyObject *args) in stringio_read() function
826 {"read", (PyCFunction)stringio_read, METH_VARARGS, stringio_read_doc},