Searched refs:removesuffix (Results 1 – 4 of 4) sorted by relevance
125 program = raw_name.lower().removesuffix("_program").removesuffix("_prog")133 program = raw_name.lower().removesuffix("_program").removesuffix("_prog")141 program = raw_name.lower().removesuffix("_program").removesuffix("_prog")157 program = raw_name.lower().removesuffix("_program").removesuffix("_prog")
45 return raw_name.lower().removesuffix("_program").removesuffix("_prog")
63 def removesuffix(s: str, suffix: str) -> str: function212 return removesuffix(removesuffix(removesuffix(s, '. '),606 return removesuffix(topic, '.json').replace('-', ' ')
102 print(filename.removesuffix('.yaml'))