Lines Matching refs:readmethod
819 PyObject *readmethod = NULL;822 readmethod = _PyObject_GetAttrId(file, &PyId_read);823 if (readmethod == NULL) {832 Py_XDECREF(readmethod);836 bytes_read = readinst(buf, BUF_SIZE, readmethod);838 Py_DECREF(readmethod);843 Py_XDECREF(readmethod);850 Py_XDECREF(readmethod);