Home
last modified time | relevance | path

Searched defs:Callable (Results 1 – 3 of 3) sorted by relevance

/build/bazel/scripts/incremental_build/
Dcuj.py81 def decorator(func: Callable[[], any]) -> Callable[[], any]:
139 def sequence(*vs: Callable[[], None]) -> Callable[[], None]:
Dcuj_regex_based.py21 self, file: Path, pattern: str, replacer: Callable[[], str], modify_type: str
/build/make/ci/
Dbuild_test_suites_test.py403 condition_function: Callable[[], bool],