HomeSort by relevance Sort by last modified time
    Searched defs:stringio (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
stringio.c 27 } stringio; typedef in typeref:struct:__anon4384
51 buffer of StringIO objects. The caller should ensure that the 'size'
54 resize_buffer(stringio *self, size_t size)
107 StringIO object. Returns 0 on success, or -1 on error. */
109 write_str(stringio *self, PyObject *obj)
189 stringio_getvalue(stringio *self)
200 stringio_tell(stringio *self)
214 stringio_read(stringio *self, PyObject *args)
255 _stringio_readline(stringio *self, Py_ssize_t limit)
289 stringio_readline(stringio *self, PyObject *args)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
stringio.c 27 } stringio; typedef in typeref:struct:__anon4697
51 buffer of StringIO objects. The caller should ensure that the 'size'
54 resize_buffer(stringio *self, size_t size)
107 StringIO object. Returns 0 on success, or -1 on error. */
109 write_str(stringio *self, PyObject *obj)
189 stringio_getvalue(stringio *self)
200 stringio_tell(stringio *self)
214 stringio_read(stringio *self, PyObject *args)
255 _stringio_readline(stringio *self, Py_ssize_t limit)
289 stringio_readline(stringio *self, PyObject *args)
    [all...]
  /external/python/cpython2/Modules/_io/
stringio.c 27 } stringio; typedef in typeref:struct:__anon32718
51 buffer of StringIO objects. The caller should ensure that the 'size'
54 resize_buffer(stringio *self, size_t size)
107 StringIO object. Returns 0 on success, or -1 on error. */
109 write_str(stringio *self, PyObject *obj)
189 stringio_getvalue(stringio *self)
200 stringio_tell(stringio *self)
214 stringio_read(stringio *self, PyObject *args)
255 _stringio_readline(stringio *self, Py_ssize_t limit)
289 stringio_readline(stringio *self, PyObject *args
    [all...]
  /external/python/cpython3/Modules/_io/
stringio.c 16 class _io.StringIO "stringio *" "&PyStringIO_Type"
27 /* The stringio object can be in two states: accumulating or realized.
46 } stringio; typedef in typeref:struct:__anon33325
71 buffer of StringIO objects. The caller should ensure that the 'size'
74 resize_buffer(stringio *self, size_t size)
126 make_intermediate(stringio *self)
142 realize(stringio *self)
174 StringIO object. Returns 0 on success, or -1 on error. */
176 write_str(stringio *self, PyObject *obj
    [all...]

Completed in 124 milliseconds