Searched defs:bool (Results 1 – 4 of 4) sorted by relevance
42 keep_c: bool = False) -> List[str]:87 keep_c: bool = False) -> Tuple[List[str], List[str]]:
86 allow_list: typing.List[str], full_coverage: bool) -> None:
123 def set_config_option_value(conf, option, colors, value: Union[bool, str]):
326 def backup_config_files(restore: bool) -> None: