Home
last modified time | relevance | path

Searched refs:removesuffix (Results 1 – 5 of 5) sorted by relevance

/linux/tools/net/sunrpc/xdrgen/generators/
H A Dprogram.py125 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")
H A D__init__.py48 return raw_name.lower().removesuffix("_program").removesuffix("_prog")
/linux/tools/perf/pmu-events/
H A Djevents.py68 def removesuffix(s: str, suffix: str) -> str: function
217 return removesuffix(removesuffix(removesuffix(s, '. '),
627 return removesuffix(topic, '.json').replace('-', ' ')
/linux/tools/net/ynl/pyynl/
H A Dcli.py160 print(filename.removesuffix('.yaml'))
/linux/tools/docs/
H A Dtest_doc_build.py177 out = out.removesuffix('\n')