Searched refs:bool (Results 1 – 6 of 6) sorted by relevance
42 keep_c: bool = False) -> List[str]: argument73 def is_simplifiable(expr: str) -> bool:87 keep_c: bool = False) -> Tuple[List[str], List[str]]: argument
86 allow_list: typing.List[str], full_coverage: bool) -> None: argument117 def name_matches_pattern(name: str, str_or_re) -> bool:
123 def set_config_option_value(conf, option, colors, value: Union[bool, str]): argument
156 def check_hex_string(hex_str: str) -> bool:
151 def check_style_is_correct(src_file_list: List[str]) -> bool:184 def fix_style_single_pass(src_file_list: List[str]) -> bool:
198 def check_correctness(self) -> bool:326 def backup_config_files(restore: bool) -> None: argument