Lines Matching refs:_PyObject_CallMethodIdNoArgs
868 res = _PyObject_CallMethodIdNoArgs(self->buffer, &PyId_readable); in _textiowrapper_set_decoder()
923 res = _PyObject_CallMethodIdNoArgs(self->buffer, &PyId_writable); in _textiowrapper_set_encoder()
1145 fileno = _PyObject_CallMethodIdNoArgs(buffer, &PyId_fileno); in _io_TextIOWrapper___init___impl()
1242 res = _PyObject_CallMethodIdNoArgs(buffer, &PyId_seekable); in _io_TextIOWrapper___init___impl()
1743 ret = _PyObject_CallMethodIdNoArgs(self->decoder, &PyId_reset); in _io_TextIOWrapper_write_impl()
1947 PyObject *bytes = _PyObject_CallMethodIdNoArgs(self->buffer, &PyId_read); in _io_TextIOWrapper_read_impl()
2490 cookieObj = _PyObject_CallMethodIdNoArgs((PyObject *)self, &PyId_tell); in _io_TextIOWrapper_seek_impl()
2506 res = _PyObject_CallMethodIdNoArgs((PyObject *)self, &PyId_flush); in _io_TextIOWrapper_seek_impl()
2514 res = _PyObject_CallMethodIdNoArgs(self->decoder, &PyId_reset); in _io_TextIOWrapper_seek_impl()
2676 res = _PyObject_CallMethodIdNoArgs((PyObject *)self, &PyId_flush); in _io_TextIOWrapper_tell_impl()
2681 posobj = _PyObject_CallMethodIdNoArgs(self->buffer, &PyId_tell); in _io_TextIOWrapper_tell_impl()
2972 return _PyObject_CallMethodIdNoArgs(self->buffer, &PyId_fileno); in _io_TextIOWrapper_fileno_impl()
2984 return _PyObject_CallMethodIdNoArgs(self->buffer, &PyId_seekable); in _io_TextIOWrapper_seekable_impl()
2996 return _PyObject_CallMethodIdNoArgs(self->buffer, &PyId_readable); in _io_TextIOWrapper_readable_impl()
3008 return _PyObject_CallMethodIdNoArgs(self->buffer, &PyId_writable); in _io_TextIOWrapper_writable_impl()
3020 return _PyObject_CallMethodIdNoArgs(self->buffer, &PyId_isatty); in _io_TextIOWrapper_isatty_impl()
3036 return _PyObject_CallMethodIdNoArgs(self->buffer, &PyId_flush); in _io_TextIOWrapper_flush_impl()
3073 res = _PyObject_CallMethodIdNoArgs((PyObject *)self, &PyId_flush); in _io_TextIOWrapper_close_impl()
3079 res = _PyObject_CallMethodIdNoArgs(self->buffer, &PyId_close); in _io_TextIOWrapper_close_impl()