Home
last modified time | relevance | path

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

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