Lines Matching defs:str
56 def short_string(self, converted: Set[str]):
75 def is_converted(self, converted: Dict[str, Set[str]]):
86 def is_converted_or_skipped(self, converted: Dict[str, Set[str]]):
134 converted: Dict[str, Set[str]],
179 converted: Dict[str, Set[str]],
235 converted: Set[str],
237 props_by_converted_module_type: DefaultDict[str, Set[str]],
496 ignore_by_name: List[str],
569 ignore_by_name: List[str],
642 ignore_by_name: List[str],
643 converted: Set[str],
695 converted: Dict[str, Set[str]], module_adjacency_list: Dict[ModuleInfo, DepInfo]