Lines Matching defs:str
170 def get_vnd(compatible: str) -> str:
283 common_props: Set[str]
294 common_props: Set[str]
305 common_props: Set[str]
316 common_props: Set[str]
327 common_props: Set[str]
338 common_props: Set[str]
347 common_props: Set[str],
348 start_fn: Callable[[str], Any],
349 end_fn: Callable[[str], Any],
350 change_constructor: Callable[[str, Any, Any], BindingChange]
361 def load_compat2binding(commit: str) -> Compat2Binding:
366 def git_worktree(directory: os.PathLike, commit: str):
440 formatter: Callable[[Binding], str] argument
487 def vendor_name(self, vnd: str) -> str: