Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dfileobject.c1131 file_readinto(PyFileObject *f, PyObject *args) in file_readinto() function
2126 {"readinto", (PyCFunction)file_readinto, METH_VARARGS, readinto_doc},