Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
Dbytesio.c228 bytesio_read(bytesio *self, PyObject *args) in bytesio_read() function
284 res = bytesio_read(self, arg); in bytesio_read1()
854 {"read", (PyCFunction)bytesio_read, METH_VARARGS, read_doc},