Lines Matching refs:PyObject_CallMethodNoArgs
532 PyObject *state = PyObject_CallMethodNoArgs(self->decoder, in _io_IncrementalNewlineDecoder_getstate_impl()
606 return PyObject_CallMethodNoArgs(self->decoder, _PyIO_str_reset); in _io_IncrementalNewlineDecoder_reset_impl()
968 PyObject *cookieObj = PyObject_CallMethodNoArgs( in _textiowrapper_fix_encoder_state()
1391 PyObject *res = PyObject_CallMethodNoArgs((PyObject *)self, _PyIO_str_flush); in _io_TextIOWrapper_reconfigure_impl()
1530 res = PyObject_CallMethodNoArgs((PyObject *)self, _PyIO_str_flush); in _io_TextIOWrapper_detach_impl()
1723 ret = PyObject_CallMethodNoArgs(self->buffer, _PyIO_str_flush); in _io_TextIOWrapper_write_impl()
1813 PyObject *state = PyObject_CallMethodNoArgs(self->decoder, in textiowrapper_read_chunk()
2398 res = PyObject_CallMethodNoArgs(self->decoder, _PyIO_str_reset); in _textiowrapper_decoder_setstate()
2413 res = PyObject_CallMethodNoArgs(self->encoder, _PyIO_str_reset); in _textiowrapper_encoder_reset()
2542 res = PyObject_CallMethodNoArgs((PyObject *)self, _PyIO_str_flush); in _io_TextIOWrapper_seek_impl()
2705 saved_state = PyObject_CallMethodNoArgs(self->decoder, in _io_TextIOWrapper_tell_impl()
2712 PyObject *_state = PyObject_CallMethodNoArgs(self->decoder, \ in _io_TextIOWrapper_tell_impl()
2875 res = PyObject_CallMethodNoArgs((PyObject *)self, _PyIO_str_flush); in _io_TextIOWrapper_truncate_impl()
3089 line = PyObject_CallMethodNoArgs((PyObject *)self, in textiowrapper_iternext()