/external/pigweed/pw_build/py/pw_build/ |
D | file_prefix_map.py | 18 from typing import Iterator, List, TextIO 66 in_json: TextIO, output: TextIO, prefix_map_json: TextIO argument
|
D | generate_python_package.py | 33 TextIO, 233 label: str, proto_libraries: Iterable[TextIO] argument 255 setup_json: TextIO, argument 257 proto_libraries: Iterable[TextIO], argument
|
D | generated_tests.py | 31 TextIO, 196 output: TextIO, argument 218 output: TextIO, argument
|
/external/pigweed/pw_thread_freertos/py/pw_thread_freertos/ |
D | generate_freertos_tsktcb.py | 23 from typing import Optional, TextIO 79 output: TextIO, argument
|
/external/pigweed/pw_snapshot/py/pw_snapshot/ |
D | processor.py | 21 from typing import Optional, BinaryIO, TextIO, Callable 171 out_file: TextIO, argument 172 token_db: Optional[TextIO], argument
|
/external/pigweed/pw_snapshot/py/ |
D | generate_example_snapshot.py | 19 from typing import TextIO 48 def _main(out_file: TextIO): argument
|
/external/python/setuptools/pkg_resources/_vendor/importlib_resources/ |
D | _legacy.py | 7 from typing import Union, Iterable, ContextManager, BinaryIO, TextIO, Any 61 ) -> TextIO:
|
/external/python/setuptools/setuptools/_vendor/importlib_resources/ |
D | _legacy.py | 7 from typing import Union, Iterable, ContextManager, BinaryIO, TextIO, Any 61 ) -> TextIO:
|
/external/pigweed/third_party/fuchsia/ |
D | generate_fuchsia_patch.py | 24 from typing import Iterable, List, TextIO, Optional, Union 51 def _read_files_list(file: TextIO) -> Iterable[str]: argument
|
/external/cronet/buildtools/third_party/libc++/trunk/utils/ |
D | generate_extended_grapheme_cluster_test.py | 18 from typing import Optional, TextIO 40 def parseBreakTestLine(input: TextIO) -> Optional[BreakTestItem]: argument
|
/external/angle/build/fuchsia/test/ |
D | log_manager.py | 13 from typing import Iterable, Optional, TextIO 62 def open_log_file(self, log_file_name: str) -> TextIO:
|
/external/cronet/build/fuchsia/test/ |
D | log_manager.py | 14 from typing import Iterable, Optional, TextIO 55 def open_log_file(self, log_file_name: str) -> TextIO:
|
/external/python/cpython3/Lib/importlib/ |
D | resources.py | 15 from typing.io import BinaryIO, TextIO 79 ) -> TextIO:
|
/external/pigweed/pw_bloat/py/pw_bloat/ |
D | bloaty_config.py | 20 from typing import BinaryIO, Dict, List, NamedTuple, Optional, TextIO 360 out_file: TextIO, argument
|
/external/angle/build/android/gyp/ |
D | create_unwind_table.py | 17 from typing import (Dict, Iterable, List, NamedTuple, Sequence, TextIO, Tuple, 56 def FilterToNonTombstoneCfi(stream: TextIO) -> Iterable[str]: argument 83 def ReadFunctionCfi(stream: TextIO) -> Iterable[FunctionCfi]: argument
|
/external/cronet/build/android/gyp/ |
D | create_unwind_table.py | 17 from typing import (Dict, Iterable, List, NamedTuple, Sequence, TextIO, Tuple, 56 def FilterToNonTombstoneCfi(stream: TextIO) -> Iterable[str]: argument 83 def ReadFunctionCfi(stream: TextIO) -> Iterable[FunctionCfi]: argument
|
/external/pigweed/pw_tokenizer/py/pw_tokenizer/ |
D | tokens.py | 37 TextIO, 355 def parse_csv(fd: TextIO) -> Iterable[TokenizedStringEntry]: argument
|
D | database.py | 42 TextIO, 393 def _handle_report(token_database_or_elf: List[Path], output: TextIO) -> None: argument
|
/external/pigweed/pw_presubmit/py/pw_presubmit/ |
D | pigweed_presubmit.py | 27 from typing import Callable, Iterable, List, Sequence, TextIO 688 def _read_notice_lines(file: TextIO) -> Iterable[str]: argument
|
D | format_code.py | 42 TextIO, 416 file: TextIO = sys.stdout, argument
|
/external/python/cpython3/Lib/ |
D | typing.py | 2616 class TextIO(IO[str]): class 2656 TextIO = TextIO variable in io
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.10.0b2.rst | 291 Add ``IO``, ``BinaryIO``, ``TextIO``, ``Match``, and ``Pattern`` to
|
/external/python/cpython3/Lib/test/ |
D | test_typing.py | 24 from typing import IO, TextIO, BinaryIO 4501 def stuff(a: TextIO) -> str: argument 4516 from typing.io import IO, TextIO, BinaryIO, __all__, __name__ 4518 self.assertIs(TextIO, typing.TextIO)
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_filesystem.py | 114 NoReturn, ClassVar, IO, Iterator, TextIO, Type 5377 def __init__(self, stream_object: TextIO): argument 5381 def get_object(self) -> TextIO:
|
/external/python/absl-py/absl/testing/ |
D | absltest.py | 67 …ist, Mapping, MutableMapping, MutableSequence, Optional, Sequence, Text, TextIO, Tuple, Type, Union
|