Searched defs:TextIO (Results 1 – 6 of 6) sorted by relevance
| /external/pigweed/pw_build/py/pw_build/ |
| D | generate_python_package.py | 88 def _collect_all_files(files: List[Path], root: Path, file_list: TextIO, 89 file_list_root: TextIO) -> Dict[str, Set[str]]: 135 def _generate_setup_py(pkg_data: dict, setup_json: TextIO) -> str: 171 file_list: TextIO, 172 file_list_root: TextIO, 174 setup_json: TextIO,
|
| D | generated_tests.py | 157 def cc_tests(self, output: TextIO, define_cpp_test: CcTestGenerator,
|
| /external/llvm-project/clang/utils/analyzer/ |
| D | CmpRuns.py | 485 out: TextIO = sys.stdout): 529 out: TextIO = sys.stdout,
|
| /external/pigweed/pw_tokenizer/py/pw_tokenizer/ |
| D | database.py | 317 def _handle_report(token_database_or_elf: List[Path], output: TextIO) -> None:
|
| /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 | 3959 def stuff(a: TextIO) -> str:
|