Searched defs:swapcase (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | stringold.py | 64 def swapcase(s): function |
D | string.py | 240 def swapcase(s): function |
D | UserString.py | 126 def swapcase(self): return self.__class__(self.data.swapcase()) member in UserString |
/external/python/cpython3/Lib/collections/ | ||
D | __init__.py | 1495 def swapcase(self): member in UserString |