Home
last modified time | relevance | path

Searched defs:removesuffix (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Tools/scripts/
Ddeepfreeze.py105 def removesuffix(base: str, suffix: str) -> str: function
/external/python/cpython3/Lib/collections/
D__init__.py1439 def removesuffix(self, suffix, /): member in UserString