Lines Matching refs:textio
186 _io_TextIOWrapper___init___impl(textio *self, PyObject *buffer,
292 …return_value = _io_TextIOWrapper___init___impl((textio *)self, buffer, encoding, errors, newline, … in _io_TextIOWrapper___init__()
311 _io_TextIOWrapper_reconfigure_impl(textio *self, PyObject *encoding,
317 _io_TextIOWrapper_reconfigure(textio *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwna… in _io_TextIOWrapper_reconfigure()
378 _io_TextIOWrapper_detach_impl(textio *self);
381 _io_TextIOWrapper_detach(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_detach()
395 _io_TextIOWrapper_write_impl(textio *self, PyObject *text);
398 _io_TextIOWrapper_write(textio *self, PyObject *arg) in _io_TextIOWrapper_write()
426 _io_TextIOWrapper_read_impl(textio *self, Py_ssize_t n);
429 _io_TextIOWrapper_read(textio *self, PyObject *const *args, Py_ssize_t nargs) in _io_TextIOWrapper_read()
459 _io_TextIOWrapper_readline_impl(textio *self, Py_ssize_t size);
462 _io_TextIOWrapper_readline(textio *self, PyObject *const *args, Py_ssize_t nargs) in _io_TextIOWrapper_readline()
506 _io_TextIOWrapper_seek_impl(textio *self, PyObject *cookieObj, int whence);
509 _io_TextIOWrapper_seek(textio *self, PyObject *const *args, Py_ssize_t nargs) in _io_TextIOWrapper_seek()
547 _io_TextIOWrapper_tell_impl(textio *self);
550 _io_TextIOWrapper_tell(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_tell()
564 _io_TextIOWrapper_truncate_impl(textio *self, PyObject *pos);
567 _io_TextIOWrapper_truncate(textio *self, PyObject *const *args, Py_ssize_t nargs) in _io_TextIOWrapper_truncate()
595 _io_TextIOWrapper_fileno_impl(textio *self);
598 _io_TextIOWrapper_fileno(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_fileno()
612 _io_TextIOWrapper_seekable_impl(textio *self);
615 _io_TextIOWrapper_seekable(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_seekable()
629 _io_TextIOWrapper_readable_impl(textio *self);
632 _io_TextIOWrapper_readable(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_readable()
646 _io_TextIOWrapper_writable_impl(textio *self);
649 _io_TextIOWrapper_writable(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_writable()
663 _io_TextIOWrapper_isatty_impl(textio *self);
666 _io_TextIOWrapper_isatty(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_isatty()
680 _io_TextIOWrapper_flush_impl(textio *self);
683 _io_TextIOWrapper_flush(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_flush()
697 _io_TextIOWrapper_close_impl(textio *self);
700 _io_TextIOWrapper_close(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_close()