Lines Matching refs:str
8 def print_(args: argparse.Namespace, success: bool, message: str) -> None:
41 def is_commit_valid(commit: str) -> bool:
48 def branch_has_commit(upstream: str, branch: str, commit: str) -> bool:
59 def branch_has_backport_of_commit(upstream: str, branch: str, commit: str) -> str:
71 def canonicalize_commit(commit: str) -> str:
85 def validate_branch(branch: str) -> str: