Lines Matching refs:str
45 def psa_want_symbol(name: str) -> str:
52 def finish_family_dependency(dep: str, bits: int) -> str:
59 return re.sub(r'_FAMILY_(.*)', r'_\1_' + str(bits), dep)
61 def finish_family_dependencies(dependencies: List[str], bits: int) -> List[str]:
76 def automatic_dependencies(*expressions: str) -> List[str]:
105 description: str
106 ) -> List[str]:
121 def read_implemented_dependencies(filename: str) -> FrozenSet[str]:
125 _implemented_dependencies = None #type: Optional[FrozenSet[str]] #pylint: disable=invalid-name
126 def hack_dependencies_not_implemented(dependencies: List[str]) -> None:
136 def tweak_key_pair_dependency(dep: str, usage: str):
156 def fix_key_pair_dependencies(dep_list: List[str], usage: str):