Home
last modified time | relevance | path

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

/external/pigweed/pw_build/py/pw_build/
Dgenerate_python_package.py88 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,
Dgenerated_tests.py157 def cc_tests(self, output: TextIO, define_cpp_test: CcTestGenerator,
/external/llvm-project/clang/utils/analyzer/
DCmpRuns.py485 out: TextIO = sys.stdout):
529 out: TextIO = sys.stdout,
/external/pigweed/pw_tokenizer/py/pw_tokenizer/
Ddatabase.py317 def _handle_report(token_database_or_elf: List[Path], output: TextIO) -> None:
/external/python/cpython3/Lib/
Dtyping.py2144 class TextIO(IO[str]): class
2184 TextIO = TextIO variable in io
/external/python/cpython3/Lib/test/
Dtest_typing.py3959 def stuff(a: TextIO) -> str: