Home | History | Annotate | Download | only in Objects

Lines Matching defs:file_read

1050 file_read(PyFileObject *f, PyObject *args)
2118 {"read", (PyCFunction)file_read, METH_VARARGS, read_doc},