Lines Matching defs:str
124 def merge(repo: str, ref: str) -> str:
139 def enable(repo: str, check: str) -> str:
145 def disable(repo: str, check: str, drop: bool) -> str:
154 def _split(s: str) -> Dict[str, bool]:
173 def _join(data: Dict[str, bool]) -> str:
185 repo: List[Dict[str, str]], ref: List[Dict[str, str]] argument
197 repo: List[Dict[str, str]], option: str, drop: bool argument
210 def _unroll(repo: List[Dict[str, str]]) -> Dict[str, str]: argument
217 def _roll(data: Dict[str, str]) -> List[Dict[str, str]]: argument
221 def load_config(path: str) -> Tuple[str, Dict[str, Any]]:
233 def format_yaml_output(data: Dict[str, Any]) -> str: