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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
StringIO.py 5 f = StringIO() # ready for writing
6 f = StringIO(buf) # ready for reading
36 __all__ = ["StringIO"]
42 class StringIO:
43 """class StringIO([buffer])
45 When a StringIO object is created, it can be initialized to an existing
47 the StringIO will start empty.
49 The StringIO object can accept either Unicode or 8-bit strings, but
89 """Returns False because StringIO objects are not connected to a
261 the StringIO object's close() method is called.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
StringIO.py 5 f = StringIO() # ready for writing
6 f = StringIO(buf) # ready for reading
36 __all__ = ["StringIO"]
42 class StringIO:
43 """class StringIO([buffer])
45 When a StringIO object is created, it can be initialized to an existing
47 the StringIO will start empty.
49 The StringIO object can accept either Unicode or 8-bit strings, but
89 """Returns False because StringIO objects are not connected to a
261 the StringIO object's close() method is called.
    [all...]
_pyio.py 149 reading and writing. For strings StringIO can be used like a file
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/
example.py 7 """A simple fast partial StringIO replacement.
9 This module provides a simple useful replacement for the StringIO
11 generality of StringIO, but it provides enough for most
17 from cStringIO import StringIO
19 an_output_stream = StringIO()
24 an_input_stream = StringIO(a_string)
33 def StringIO(o):
34 """Return a StringIO-like stream for reading or writing"""
35 StringIO.pyarg = "|O"
  /external/python/cpython2/Lib/
StringIO.py 5 f = StringIO() # ready for writing
6 f = StringIO(buf) # ready for reading
36 __all__ = ["StringIO"]
42 class StringIO:
43 """class StringIO([buffer])
45 When a StringIO object is created, it can be initialized to an existing
47 the StringIO will start empty.
49 The StringIO object can accept either Unicode or 8-bit strings, but
89 """Returns False because StringIO objects are not connected to a
261 the StringIO object's close() method is called
    [all...]
_pyio.py 151 reading and writing. For strings StringIO can be used like a file
    [all...]
  /external/python/cpython2/Tools/framer/
example.py 7 """A simple fast partial StringIO replacement.
9 This module provides a simple useful replacement for the StringIO
11 generality of StringIO, but it provides enough for most
17 from cStringIO import StringIO
19 an_output_stream = StringIO()
24 an_input_stream = StringIO(a_string)
33 def StringIO(o):
34 """Return a StringIO-like stream for reading or writing"""
35 StringIO.pyarg = "|O"
  /prebuilts/gdb/darwin-x86/lib/python2.7/
StringIO.py 5 f = StringIO() # ready for writing
6 f = StringIO(buf) # ready for reading
36 __all__ = ["StringIO"]
42 class StringIO:
43 """class StringIO([buffer])
45 When a StringIO object is created, it can be initialized to an existing
47 the StringIO will start empty.
49 The StringIO object can accept either Unicode or 8-bit strings, but
89 """Returns False because StringIO objects are not connected to a
261 the StringIO object's close() method is called
    [all...]
_pyio.py 150 reading and writing. For strings StringIO can be used like a file
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
StringIO.py 5 f = StringIO() # ready for writing
6 f = StringIO(buf) # ready for reading
36 __all__ = ["StringIO"]
42 class StringIO:
43 """class StringIO([buffer])
45 When a StringIO object is created, it can be initialized to an existing
47 the StringIO will start empty.
49 The StringIO object can accept either Unicode or 8-bit strings, but
89 """Returns False because StringIO objects are not connected to a
261 the StringIO object's close() method is called
    [all...]
_pyio.py 150 reading and writing. For strings StringIO can be used like a file
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
StringIO.py 5 f = StringIO() # ready for writing
6 f = StringIO(buf) # ready for reading
36 __all__ = ["StringIO"]
42 class StringIO:
43 """class StringIO([buffer])
45 When a StringIO object is created, it can be initialized to an existing
47 the StringIO will start empty.
49 The StringIO object can accept either Unicode or 8-bit strings, but
89 """Returns False because StringIO objects are not connected to a
261 the StringIO object's close() method is called
    [all...]
_pyio.py 150 reading and writing. For strings StringIO can be used like a file
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
StringIO.py 5 f = StringIO() # ready for writing
6 f = StringIO(buf) # ready for reading
36 __all__ = ["StringIO"]
42 class StringIO:
43 """class StringIO([buffer])
45 When a StringIO object is created, it can be initialized to an existing
47 the StringIO will start empty.
49 The StringIO object can accept either Unicode or 8-bit strings, but
89 """Returns False because StringIO objects are not connected to a
261 the StringIO object's close() method is called
    [all...]
_pyio.py 150 reading and writing. For strings StringIO can be used like a file
    [all...]
  /external/python/cpython3/Lib/
_pyio.py 159 reading and writing. For strings StringIO can be used like a file
    [all...]
  /external/scapy/scapy/modules/
six.py 241 MovedAttribute("cStringIO", "cStringIO", "io", "StringIO"),
255 MovedAttribute("StringIO", "StringIO", "io"),
642 StringIO = io.StringIO
667 import StringIO
668 StringIO = BytesIO = StringIO.StringIO
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 961 milliseconds