Lines Matching refs:readinto
36 "implementation that defers to readinto().\n"
38 "In addition, read(), readinto() and write() may raise\n"
83 _io._BufferedIOBase.readinto
953 CHECK_CLOSED(self, "readinto of closed file")
1030 _io._Buffered.readinto
1460 res = PyObject_CallMethodOneArg(self->raw, &_Py_ID(readinto), memobj);
1476 "raw readinto() failed"
1483 "raw readinto() returned invalid length %zd "
2184 return _forward_call(self->reader, &_Py_ID(readinto), args);
2558 {"readinto", (PyCFunction)bufferedrwpair_readinto, METH_VARARGS},