Home | History | Annotate | Download | only in Objects

Lines Matching refs:file_read

1049 file_read(PyFileObject *f, PyObject *args)

2052 {"read", (PyCFunction)file_read, METH_VARARGS, read_doc},