Home | History | Annotate | Download | only in Modules

Lines Matching refs:readmethod

965     PyObject *readmethod = NULL;
967 readmethod = PyObject_GetAttrString(f, "read");
968 if (readmethod == NULL) {
978 Py_XDECREF(readmethod);
982 bytes_read = readinst(buf, BUF_SIZE, readmethod);
984 Py_XDECREF(readmethod);
990 Py_XDECREF(readmethod);
997 Py_XDECREF(readmethod);