Lines Matching refs:input
23 /*[clinic input]
30 /*[clinic end generated code: output=da39a3ee5e6b4b0d input=4b3e113468a58e6c]*/
689 PyObject *read; /* read() method of the input stream. */
690 PyObject *readinto; /* readinto() method of the input stream. */
691 PyObject *readline; /* readline() method of the input stream. */
692 PyObject *peek; /* peek() method of the input stream, or NULL */
1216 /* Returns the size of the input on success, -1 on failure. This takes its
1217 own reference to `input`. */
1219 _Unpickler_SetStringInput(UnpicklerObject *self, PyObject *input)
1223 if (PyObject_GetBuffer(input, &self->buffer, PyBUF_CONTIG_RO) < 0)
1265 may be multiple pickle objects arranged contiguously in the same input
1269 bytes from the input stream/buffer.
1271 Update the unpickler's input buffer with the newly-read data. Returns -1 on
1363 * more data into the input buffer.
1388 /* We're unpickling memory, this means the input is truncated */
1451 input buffer directly. This method deals correctly with reading from input
1452 streams, which the input buffer doesn't deal with.
1485 /* Read a line from the input stream/buffer. If we run off the end of the input
4548 /*[clinic input]
4562 /*[clinic end generated code: output=8665c8658aaa094b input=01bdad52f3d93e56]*/
4570 /*[clinic input]
4582 /*[clinic end generated code: output=87ecad1261e02ac7 input=552eb1c0f52260d9]*/
4607 /*[clinic input]
4616 /*[clinic end generated code: output=106edb3123f332e1 input=8cbbec9bd5540d42]*/
4691 /*[clinic input]
4737 /*[clinic end generated code: output=0abedc50590d259b input=a7c969699bf5dad3]*/
4798 /*[clinic input]
4806 /*[clinic end generated code: output=5fb9370d48ae8b05 input=ccc186dacd0f1405]*/
4813 /*[clinic input]
4821 /*[clinic end generated code: output=bb83a919d29225ef input=b73043485ac30b36]*/
4857 /*[clinic input]
4865 /*[clinic end generated code: output=bebba1168863ab1d input=2f7c540e24b7aae4]*/
6871 PyErr_Format(PyExc_EOFError, "Ran out of input");
6978 /*[clinic input]
6991 /*[clinic end generated code: output=fdcc488aad675b14 input=acbb91a42fa9b7b9]*/
7014 /*[clinic input]
7036 /*[clinic end generated code: output=becc08d7f9ed41e3 input=e2e6a865de093ef4]*/
7114 /*[clinic input]
7123 /*[clinic end generated code: output=119d9d03ad4c7651 input=13333471fdeedf5e]*/
7214 /*[clinic input]
7251 /*[clinic end generated code: output=09f0192649ea3f85 input=ca4c1faea9553121]*/
7302 /*[clinic input]
7310 /*[clinic end generated code: output=d20cd43f4ba1fb1f input=b1df7c52e7afd9bd]*/
7319 /*[clinic input]
7327 /*[clinic end generated code: output=e12af7e9bc1e4c77 input=97769247ce032c1d]*/
7357 /*[clinic input]
7365 /*[clinic end generated code: output=6da34ac048d94cca input=6920862413407199]*/
7635 /*[clinic input]
7679 /*[clinic end generated code: output=706186dba996490c input=5ed6653da99cd97c]*/
7709 /*[clinic input]
7743 /*[clinic end generated code: output=fbab0093a5580fdf input=e543272436c6f987]*/
7769 /*[clinic input]
7809 /*[clinic end generated code: output=250452d141c23e76 input=46c7c31c92f4f371]*/
7837 /*[clinic input]
7869 /*[clinic end generated code: output=82ac1e6b588e6d02 input=b3615540d0535087]*/