Searched refs:_PyIO_str_reset (Results 1 – 5 of 5) sorted by relevance
175 extern PyObject *_PyIO_str_reset;
47 PyObject *_PyIO_str_reset = NULL; variable
607 return PyObject_CallMethodNoArgs(self->decoder, _PyIO_str_reset); in _io_IncrementalNewlineDecoder_reset_impl()2408 res = PyObject_CallMethodNoArgs(self->decoder, _PyIO_str_reset); in _textiowrapper_decoder_setstate()2423 res = PyObject_CallMethodNoArgs(self->encoder, _PyIO_str_reset); in _textiowrapper_encoder_reset()
182 Modules/_io/_iomodule.c:_PyIO_str_reset PyObject *_PyIO_str_reset
41 Modules/_io/_iomodule.h - _PyIO_str_reset -2674 Modules/_io/_iomodule.c - _PyIO_str_reset -