Searched refs:Callable (Results 1 – 9 of 9) sorted by relevance
/build/bazel/scripts/incremental_build/ |
D | cuj.py | 20 from typing import Callable, Iterable, TypeAlias 25 Action: TypeAlias = Callable[[], None] 26 Verifier: TypeAlias = Callable[[], None] 81 def decorator(func: Callable[[], any]) -> Callable[[], any]: argument 139 def sequence(*vs: Callable[[], None]) -> Callable[[], None]: argument
|
D | cuj_regex_based.py | 4 from typing import Callable, Iterable 21 self, file: Path, pattern: str, replacer: Callable[[], str], modify_type: str argument
|
D | util.py | 28 from typing import Callable 313 def groupby(xs: list[R], key: Callable[[R], str]) -> dict[str, list[R]]:
|
D | clone.py | 23 from typing import Callable, Generator, Iterable 38 Filter = Callable[[ModuleType, ModuleName], bool]
|
/build/bazel/scripts/difftool/diffs/ |
D | diff.py | 19 from typing import Callable 22 ExtractInfo = Callable[[pathlib.Path], list[str]]
|
/build/make/ci/ |
D | build_test_suites.py | 25 from typing import Callable 89 packaging_functions: set[Callable[..., None]]
|
D | build_test_suites_test.py | 31 from typing import Callable 403 condition_function: Callable[[], bool], argument
|
/build/bazel/scripts/difftool/ |
D | difftool.py | 48 from typing import Callable 54 DiffFunction = Callable[[pathlib.Path, pathlib.Path], list[str]]
|
/build/make/tools/releasetools/ |
D | common.py | 43 from typing import Iterable, Callable 57 handler: Callable
|