Home | History | Annotate | Download | only in Lib

Lines Matching defs:StringIO

149     reading and writing. For strings StringIO can be used like a file

1965 class StringIO(TextIOWrapper):
1973 super(StringIO, self).__init__(BytesIO(),
1992 # TextIOWrapper tells the encoding in its repr. In StringIO,
2005 # This doesn't make sense on StringIO.