Lines Matching refs:PyObject_CallMethodNoArgs
533 PyObject *state = PyObject_CallMethodNoArgs(self->decoder, in _io_IncrementalNewlineDecoder_getstate_impl()
607 return PyObject_CallMethodNoArgs(self->decoder, _PyIO_str_reset); in _io_IncrementalNewlineDecoder_reset_impl()
969 PyObject *cookieObj = PyObject_CallMethodNoArgs( in _textiowrapper_fix_encoder_state()
1387 PyObject *res = PyObject_CallMethodNoArgs((PyObject *)self, _PyIO_str_flush); in _io_TextIOWrapper_reconfigure_impl()
1526 res = PyObject_CallMethodNoArgs((PyObject *)self, _PyIO_str_flush); in _io_TextIOWrapper_detach_impl()
1733 ret = PyObject_CallMethodNoArgs(self->buffer, _PyIO_str_flush); in _io_TextIOWrapper_write_impl()
1823 PyObject *state = PyObject_CallMethodNoArgs(self->decoder, in textiowrapper_read_chunk()
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()
2554 res = PyObject_CallMethodNoArgs((PyObject *)self, _PyIO_str_flush); in _io_TextIOWrapper_seek_impl()
2717 saved_state = PyObject_CallMethodNoArgs(self->decoder, in _io_TextIOWrapper_tell_impl()
2724 PyObject *_state = PyObject_CallMethodNoArgs(self->decoder, \ in _io_TextIOWrapper_tell_impl()
2887 res = PyObject_CallMethodNoArgs((PyObject *)self, _PyIO_str_flush); in _io_TextIOWrapper_truncate_impl()
3101 line = PyObject_CallMethodNoArgs((PyObject *)self, in textiowrapper_iternext()