MCPcopy Index your code
hub / github.com/RustPython/RustPython / title

Method title

Lib/collections/__init__.py:1600–1601  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1598 return self.__class__(self.data.swapcase())
1599
1600 def title(self):
1601 return self.__class__(self.data.title())
1602
1603 def translate(self, *args):
1604 return self.__class__(self.data.translate(*args))

Callers 15

cert_time_to_secondsFunction · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
_encodeFunction · 0.45
test_titleMethod · 0.45
test_issue18183Method · 0.45
_test_titleMethod · 0.45
__str__Method · 0.45
__str__Method · 0.45

Calls 1

__class__Method · 0.45

Tested by 15

test_titleMethod · 0.36
test_issue18183Method · 0.36
_test_titleMethod · 0.36
__str__Method · 0.36
__str__Method · 0.36
__str__Method · 0.36
test_shadowed_attrMethod · 0.36
test_shadowed_attrMethod · 0.36
testHopByHopMethod · 0.36