Searched refs:TextIO (Results 1 – 9 of 9) sorted by relevance
/external/pigweed/pw_build/py/pw_build/ |
D | generate_python_package.py | 22 from typing import Dict, List, Set, TextIO 88 def _collect_all_files(files: List[Path], root: Path, file_list: TextIO, argument 89 file_list_root: TextIO) -> Dict[str, Set[str]]: argument 135 def _generate_setup_py(pkg_data: dict, setup_json: TextIO) -> str: argument 171 file_list: TextIO, argument 172 file_list_root: TextIO, argument 174 setup_json: TextIO, argument
|
D | generated_tests.py | 23 Sequence, TextIO, TypeVar, Union) 157 def cc_tests(self, output: TextIO, define_cpp_test: CcTestGenerator, argument
|
/external/python/cpython3/Lib/importlib/ |
D | resources.py | 14 from typing.io import BinaryIO, TextIO 118 errors: str = 'strict') -> TextIO:
|
/external/llvm-project/clang/utils/analyzer/ |
D | CmpRuns.py | 39 Sequence, TextIO, TypeVar, Tuple, Union) 485 out: TextIO = sys.stdout): argument 529 out: TextIO = sys.stdout, argument 554 aux_log: Optional[TextIO] = open(verbose_log, "w")
|
/external/pigweed/pw_tokenizer/py/pw_tokenizer/ |
D | database.py | 32 Set, TextIO, Tuple, Union) 317 def _handle_report(token_database_or_elf: List[Path], output: TextIO) -> None: argument
|
/external/python/cpython3/Lib/ |
D | typing.py | 2144 class TextIO(IO[str]): class 2184 TextIO = TextIO variable in io
|
/external/python/cpython3/Lib/test/ |
D | test_typing.py | 23 from typing import IO, TextIO, BinaryIO 3959 def stuff(a: TextIO) -> str: argument 3974 from typing.io import IO, TextIO, BinaryIO, __all__, __name__ 3976 self.assertIs(TextIO, typing.TextIO)
|
/external/python/cpython3/Doc/library/ |
D | typing.rst | 1176 TextIO 1179 Generic type ``IO[AnyStr]`` and its subclasses ``TextIO(IO[str])``
|
D | importlib.rst | 913 This function returns a ``typing.TextIO`` instance, a text I/O stream open
|