Home | History | Annotate | Download | only in _io

Lines Matching refs:_PyIO_str_reset

538         return PyObject_CallMethodObjArgs(self->decoder, _PyIO_str_reset, NULL);

1969 res = PyObject_CallMethodObjArgs(self->decoder, _PyIO_str_reset, NULL);
1985 res = PyObject_CallMethodObjArgs(self->encoder, _PyIO_str_reset, NULL);