Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ title
Method
title
Lib/collections/__init__.py:1640–1641 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1638
return
self.__class__(self.data.swapcase())
1639
1640
def
title(self):
1641
return
self.__class__(self.data.title())
1642
1643
def
translate(self, *args):
1644
return
self.__class__(self.data.translate(*args))
Callers
15
_encode
Function · 0.45
_multistatus_bar
Function · 0.45
_calltip_window
Function · 0.45
_dyn_option_menu
Function · 0.45
__init__
Method · 0.45
_debug_object_browser
Function · 0.45
_color_delegator
Function · 0.45
__init__
Method · 0.45
_grep_dialog
Function · 0.45
_widget_redirector
Function · 0.45
_io_binding
Function · 0.45
_stackbrowser
Function · 0.45
Calls
1
__class__
Method · 0.45
Tested by
9
run
Function · 0.36
_make_top_and_button
Function · 0.36
test_window_title
Method · 0.36
test_dialog_title
Method · 0.36
test_dialog_title
Method · 0.36
test_view_text_bind_with_button
Method · 0.36
test_view_file_bind_with_button
Method · 0.36
test_settitle
Method · 0.36
test_settitle
Method · 0.36