MCPcopy 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

_encodeFunction · 0.45
_multistatus_barFunction · 0.45
_calltip_windowFunction · 0.45
_dyn_option_menuFunction · 0.45
__init__Method · 0.45
_debug_object_browserFunction · 0.45
_color_delegatorFunction · 0.45
__init__Method · 0.45
_grep_dialogFunction · 0.45
_widget_redirectorFunction · 0.45
_io_bindingFunction · 0.45
_stackbrowserFunction · 0.45

Calls 1

__class__Method · 0.45

Tested by 9

runFunction · 0.36
_make_top_and_buttonFunction · 0.36
test_window_titleMethod · 0.36
test_dialog_titleMethod · 0.36
test_dialog_titleMethod · 0.36
test_settitleMethod · 0.36
test_settitleMethod · 0.36