Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ capitalize
Method
capitalize
Lib/collections/__init__.py:1492–1493 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1490
1491
# the following methods are defined in alphabetical order:
1492
def
capitalize(self):
1493
return
self.__class__(self.data.capitalize())
1494
1495
def
casefold(self):
1496
return
self.__class__(self.data.casefold())
Callers
10
ci
Function · 0.45
assertSequenceEqual
Method · 0.45
singleton
Method · 0.45
add_header
Method · 0.45
add_unredirected_header
Method · 0.45
do_request_
Method · 0.45
validate_uop
Function · 0.45
calc
Function · 0.45
main
Function · 0.45
__repr__
Method · 0.45
Calls
1
__class__
Method · 0.45
Tested by
1
main
Function · 0.36