Home
last modified time | relevance | path

Searched refs:TextIO (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/importlib/
Dresources.py13 from typing.io import BinaryIO, TextIO
119 errors: str = 'strict') -> TextIO:
/external/python/cpython3/Lib/
Dtyping.py1559 class TextIO(IO[str]): class
1594 TextIO = TextIO variable in io
/external/python/cpython3/Lib/test/
Dtest_typing.py22 from typing import IO, TextIO, BinaryIO
2561 def stuff(a: TextIO) -> str: argument
2576 from typing.io import IO, TextIO, BinaryIO, __all__, __name__
2578 self.assertIs(TextIO, typing.TextIO)
/external/python/cpython3/Doc/library/
Dtyping.rst798 TextIO
801 Generic type ``IO[AnyStr]`` and its subclasses ``TextIO(IO[str])``
Dimportlib.rst875 This function returns a ``typing.TextIO`` instance, a text I/O stream open