Lines Matching refs:readmethod
817 PyObject *readmethod = NULL;820 readmethod = _PyObject_GetAttrId(file, &PyId_read);821 if (readmethod == NULL) {830 Py_XDECREF(readmethod);834 bytes_read = readinst(buf, BUF_SIZE, readmethod);836 Py_DECREF(readmethod);841 Py_XDECREF(readmethod);848 Py_XDECREF(readmethod);