Home | History | Annotate | Download | only in python2.7

Lines Matching defs:StringIO

150     reading and writing. For strings StringIO can be used like a file
1976 class StringIO(TextIOWrapper):
1984 super(StringIO, self).__init__(BytesIO(),
2003 # TextIOWrapper tells the encoding in its repr. In StringIO,
2016 # This doesn't make sense on StringIO.