Lines Matching defs:str
37 android_llvm_toolchain_dir: str) -> t.List[t.Tuple[str]]:
41 def get_llvm_merge_base(branch: str) -> str:
61 def parse_ebuild_assignment(line: str) -> str:
87 def _find_interesting_chromeos_shas(chromeos_base: str) -> t.List[t.Tuple[str]]:
111 repository_name: str, friendly_name: str, sha: str,
112 prettify_sha: t.Callable[[str], tiny_render.Piece],
113 get_sha_description: t.Callable[[str], tiny_render.Piece],
172 def _write_state(state_file: str, new_state: State) -> None:
186 def _read_state(state_file: str) -> State:
196 def main(argv: t.List[str]) -> None:
250 def prettify_sha(sha: str) -> tiny_render.Piece:
261 def get_sha_description(sha: str) -> tiny_render.Piece: