Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dtyping.py1559 class TextIO(IO[str]): class
1594 TextIO = TextIO variable in io
/external/python/cpython3/Lib/test/
Dtest_typing.py2561 def stuff(a: TextIO) -> str: