Home | History | Annotate | Download | only in Lib

Lines Matching defs:StringIO

159     reading and writing. For strings StringIO can be used like a file
2483 class StringIO(TextIOWrapper):
2491 super(StringIO, self).__init__(BytesIO(),
2517 # TextIOWrapper tells the encoding in its repr. In StringIO,
2530 # This doesn't make sense on StringIO.