• Home
  • Raw
  • Download

Lines Matching refs:PyObject_CallMethodObjArgs

319         output = PyObject_CallMethodObjArgs(self->decoder,  in _PyIncrementalNewlineDecoder_decode()
530 PyObject *state = PyObject_CallMethodObjArgs(self->decoder, in _io_IncrementalNewlineDecoder_getstate_impl()
604 return PyObject_CallMethodObjArgs(self->decoder, _PyIO_str_reset, NULL); in _io_IncrementalNewlineDecoder_reset_impl()
894 chars = PyObject_CallMethodObjArgs(decoder, _PyIO_str_decode, bytes, in _textiowrapper_decode()
957 PyObject *cookieObj = PyObject_CallMethodObjArgs( in _textiowrapper_fix_encoder_state()
971 PyObject *res = PyObject_CallMethodObjArgs( in _textiowrapper_fix_encoder_state()
1337 PyObject *res = PyObject_CallMethodObjArgs((PyObject *)self, _PyIO_str_flush, NULL); in _io_TextIOWrapper_reconfigure_impl()
1476 res = PyObject_CallMethodObjArgs((PyObject *)self, _PyIO_str_flush, NULL); in _io_TextIOWrapper_detach_impl()
1507 ret = PyObject_CallMethodObjArgs(self->buffer, in _textiowrapper_writeflush()
1572 b = PyObject_CallMethodObjArgs(self->encoder, in _io_TextIOWrapper_write_impl()
1606 ret = PyObject_CallMethodObjArgs(self->buffer, _PyIO_str_flush, NULL); in _io_TextIOWrapper_write_impl()
1697 PyObject *state = PyObject_CallMethodObjArgs(self->decoder, in textiowrapper_read_chunk()
1738 input_chunk = PyObject_CallMethodObjArgs(self->buffer, in textiowrapper_read_chunk()
1830 decoded = PyObject_CallMethodObjArgs( in _io_TextIOWrapper_read_impl()
2282 res = PyObject_CallMethodObjArgs(self->decoder, _PyIO_str_reset, NULL); in _textiowrapper_decoder_setstate()
2297 res = PyObject_CallMethodObjArgs(self->encoder, _PyIO_str_reset, NULL); in _textiowrapper_encoder_reset()
2301 res = PyObject_CallMethodObjArgs(self->encoder, _PyIO_str_setstate, in _textiowrapper_encoder_reset()
2420 res = PyObject_CallMethodObjArgs((PyObject *)self, _PyIO_str_flush, NULL); in _io_TextIOWrapper_seek_impl()
2435 res = PyObject_CallMethodObjArgs(self->buffer, in _io_TextIOWrapper_seek_impl()
2584 saved_state = PyObject_CallMethodObjArgs(self->decoder, in _io_TextIOWrapper_tell_impl()
2591 PyObject *_state = PyObject_CallMethodObjArgs(self->decoder, \ in _io_TextIOWrapper_tell_impl()
2754 res = PyObject_CallMethodObjArgs((PyObject *) self, _PyIO_str_flush, NULL); in _io_TextIOWrapper_truncate_impl()
2759 return PyObject_CallMethodObjArgs(self->buffer, _PyIO_str_truncate, pos, NULL); in _io_TextIOWrapper_truncate_impl()
2980 line = PyObject_CallMethodObjArgs((PyObject *)self, in textiowrapper_iternext()