Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
Dbytesio.c401 bytesio_readinto(bytesio *self, PyObject *args) in bytesio_readinto() function
850 {"readinto", (PyCFunction)bytesio_readinto, METH_VARARGS, readinto_doc},