HomeSort by relevance Sort by last modified time
    Searched refs:textio (Results 1 - 15 of 15) sorted by null

  /external/python/cpython3/Modules/_io/clinic/
textio.c.h 151 _io_TextIOWrapper___init___impl(textio *self, PyObject *buffer,
173 return_value = _io_TextIOWrapper___init___impl((textio *)self, buffer, encoding, errors, newline, line_buffering, write_through);
188 _io_TextIOWrapper_detach_impl(textio *self);
191 _io_TextIOWrapper_detach(textio *self, PyObject *Py_UNUSED(ignored))
205 _io_TextIOWrapper_write_impl(textio *self, PyObject *text);
208 _io_TextIOWrapper_write(textio *self, PyObject *arg)
231 _io_TextIOWrapper_read_impl(textio *self, Py_ssize_t n);
234 _io_TextIOWrapper_read(textio *self, PyObject *args)
258 _io_TextIOWrapper_readline_impl(textio *self, Py_ssize_t size);
261 _io_TextIOWrapper_readline(textio *self, PyObject *args
    [all...]
  /external/python/cpython3/Modules/_io/
textio.c 17 class _io.TextIOWrapper "textio *" "&TextIOWrapper_TYpe"
71 "After the underlying buffer has been detached, the TextIO is in an\n"
687 } textio; typedef in typeref:struct:__anon33327
693 ascii_encode(textio *self, PyObject *text)
699 utf16be_encode(textio *self, PyObject *text)
706 utf16le_encode(textio *self, PyObject *text)
713 utf16_encode(textio *self, PyObject *text)
728 utf32be_encode(textio *self, PyObject *text)
735 utf32le_encode(textio *self, PyObject *text)
742 utf32_encode(textio *self, PyObject *text
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
textio.c 34 "After the underlying buffer has been detached, the TextIO is in an\n"
708 } textio; typedef in typeref:struct:__anon4386
715 ascii_encode(textio *self, PyObject *text)
723 utf16be_encode(textio *self, PyObject *text)
731 utf16le_encode(textio *self, PyObject *text)
739 utf16_encode(textio *self, PyObject *text)
755 utf32be_encode(textio *self, PyObject *text)
763 utf32le_encode(textio *self, PyObject *text)
771 utf32_encode(textio *self, PyObject *text)
787 utf8_encode(textio *self, PyObject *text)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
textio.c 34 "After the underlying buffer has been detached, the TextIO is in an\n"
692 } textio; typedef in typeref:struct:__anon4699
699 ascii_encode(textio *self, PyObject *text)
707 utf16be_encode(textio *self, PyObject *text)
715 utf16le_encode(textio *self, PyObject *text)
723 utf16_encode(textio *self, PyObject *text)
739 utf32be_encode(textio *self, PyObject *text)
747 utf32le_encode(textio *self, PyObject *text)
755 utf32_encode(textio *self, PyObject *text)
771 utf8_encode(textio *self, PyObject *text)
    [all...]
  /external/python/cpython2/Modules/_io/
textio.c 34 "After the underlying buffer has been detached, the TextIO is in an\n"
708 } textio; typedef in typeref:struct:__anon32720
715 ascii_encode(textio *self, PyObject *text)
723 utf16be_encode(textio *self, PyObject *text)
731 utf16le_encode(textio *self, PyObject *text)
739 utf16_encode(textio *self, PyObject *text)
755 utf32be_encode(textio *self, PyObject *text)
763 utf32le_encode(textio *self, PyObject *text)
771 utf32_encode(textio *self, PyObject *text)
787 utf8_encode(textio *self, PyObject *text
    [all...]
  /external/python/cpython3/Lib/test/
test_getpass.py 100 mock.patch('io.TextIOWrapper') as textio:
109 textio.assert_called_once_with(fileio.return_value)
126 mock.patch('io.TextIOWrapper') as textio, \
135 textio.return_value)
test_io.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
Python2710.inf 219 Modules/_io/textio.c #
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/
PythonCore.inf 219 Python-$(PYTHON_VERSION)/Modules/_io/textio.c #
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_io.py     [all...]
  /external/python/cpython2/Lib/test/
test_io.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_io.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_io.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py     [all...]

Completed in 800 milliseconds