Searched refs:removesuffix (Results 1 – 2 of 2) sorted by relevance
63 def removesuffix(s: str, suffix: str) -> str: function212 return removesuffix(removesuffix(removesuffix(s, '. '),561 return removesuffix(topic, '.json').replace('-', ' ')
17 def removesuffix(s, suffix):51 SPL_BINARYNAME ?= "${@removesuffix(d.getVar("SPL_BINARYFILE"), "." + d.getVar("SPL_SUFFIX"))}"