Home | History | Annotate | Download | only in Lib

Lines Matching defs:StringIO

151     reading and writing. For strings StringIO can be used like a file
1990 class StringIO(TextIOWrapper):
1998 super(StringIO, self).__init__(BytesIO(),
2023 # TextIOWrapper tells the encoding in its repr. In StringIO,
2036 # This doesn't make sense on StringIO.