Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ casefold
Method
casefold
Lib/collections/__init__.py:1495–1496 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1493
return
self.__class__(self.data.capitalize())
1494
1495
def
casefold(self):
1496
return
self.__class__(self.data.casefold())
1497
1498
def
center(self, width, *args):
1499
return
self.__class__(self.data.center(width, *args))
Callers
15
ismount
Function · 0.80
test_casefold
Method · 0.80
test_issue18183
Method · 0.80
test_launcher.py
File · 0.80
test_mode_win32
Method · 0.80
debug_build
Function · 0.80
add_known_file
Method · 0.80
add_known_link
Method · 0.80
add_known_dir
Method · 0.80
hassuffix
Method · 0.80
isdir
Method · 0.80
isfile
Method · 0.80
Calls
1
__class__
Method · 0.45
Tested by
15
test_casefold
Method · 0.64
test_issue18183
Method · 0.64
test_mode_win32
Method · 0.64
debug_build
Function · 0.64
add_known_file
Method · 0.64
add_known_link
Method · 0.64
add_known_dir
Method · 0.64
hassuffix
Method · 0.64
isdir
Method · 0.64
isfile
Method · 0.64
ismodule
Method · 0.64
isxfile
Method · 0.64