Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
Dbytesio.c277 bytesio_read1(bytesio *self, PyObject *n) in bytesio_read1() function
850 {"read1", (PyCFunction)bytesio_read1, METH_O, read1_doc},