Home
last modified time | relevance | path

Searched refs:Callable (Results 1 – 9 of 9) sorted by relevance

/build/bazel/scripts/incremental_build/
Dcuj.py20 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
Dcuj_regex_based.py4 from typing import Callable, Iterable
21 self, file: Path, pattern: str, replacer: Callable[[], str], modify_type: str argument
Dutil.py28 from typing import Callable
313 def groupby(xs: list[R], key: Callable[[R], str]) -> dict[str, list[R]]:
Dclone.py23 from typing import Callable, Generator, Iterable
38 Filter = Callable[[ModuleType, ModuleName], bool]
/build/bazel/scripts/difftool/diffs/
Ddiff.py19 from typing import Callable
22 ExtractInfo = Callable[[pathlib.Path], list[str]]
/build/make/ci/
Dbuild_test_suites.py25 from typing import Callable
89 packaging_functions: set[Callable[..., None]]
Dbuild_test_suites_test.py31 from typing import Callable
403 condition_function: Callable[[], bool], argument
/build/bazel/scripts/difftool/
Ddifftool.py48 from typing import Callable
54 DiffFunction = Callable[[pathlib.Path, pathlib.Path], list[str]]
/build/make/tools/releasetools/
Dcommon.py43 from typing import Iterable, Callable
57 handler: Callable