Home
last modified time | relevance | path

Searched defs:StringIO (Results 1 – 6 of 6) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
Dpy23.py50 StringIO = UnicodeIO variable
/external/ply/ply/test/
Dtestyacc.py7 import io as StringIO namespace
Dtestlex.py7 import io as StringIO namespace
/external/python/parse_type/tasks/_vendor/
Dsix.py632 StringIO = io.StringIO variable
658 StringIO = BytesIO = StringIO.StringIO variable
/external/python/six/
Dsix.py661 StringIO = io.StringIO variable
690 StringIO = BytesIO = StringIO.StringIO variable
/external/python/cpython3/Lib/
D_pyio.py2643 class StringIO(TextIOWrapper): class