Searched defs:Callable (Results 1 – 3 of 3) sorted by relevance
/build/bazel/scripts/incremental_build/ |
D | cuj.py | 81 def decorator(func: Callable[[], any]) -> Callable[[], any]: 139 def sequence(*vs: Callable[[], None]) -> Callable[[], None]:
|
D | cuj_regex_based.py | 21 self, file: Path, pattern: str, replacer: Callable[[], str], modify_type: str
|
/build/make/ci/ |
D | build_test_suites_test.py | 403 condition_function: Callable[[], bool],
|