Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_seconds
Function · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
_encode
Function · 0.45
test_title
Method · 0.45
test_issue18183
Method · 0.45
test_basic_inheritance
Method · 0.45
_test_title
Method · 0.45
__str__
Method · 0.45
__str__
Method · 0.45
Calls
1
__class__
Method · 0.45
Tested by
15
test_title
Method · 0.36
test_issue18183
Method · 0.36
test_basic_inheritance
Method · 0.36
_test_title
Method · 0.36
__str__
Method · 0.36
__str__
Method · 0.36
__str__
Method · 0.36
test_overridden_str_format
Method · 0.36
test_overridden_str_format_inherited
Method · 0.36
test_shadowed_attr
Method · 0.36
test_shadowed_attr
Method · 0.36
testHopByHop
Method · 0.36