Home
last modified time | relevance | path

Searched defs:TextIO (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dtyping.py2149 class TextIO(IO[str]): class
2189 TextIO = TextIO variable in io
/third_party/python/Lib/test/
Dtest_typing.py3960 def stuff(a: TextIO) -> str: