Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ casefold
Method
casefold
Lib/collections/__init__.py:1455–1456 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1453
return
self.__class__(self.data.capitalize())
1454
1455
def
casefold(self):
1456
return
self.__class__(self.data.casefold())
1457
1458
def
center(self, width, *args):
1459
return
self.__class__(self.data.center(width, *args))
Callers
8
ismount
Function · 0.45
test_casefold
Method · 0.45
test_issue18183
Method · 0.45
test_launcher.py
File · 0.45
test_mode_win32
Method · 0.45
setup_module
Function · 0.45
check_join
Method · 0.45
_path_join
Function · 0.45
Calls
1
__class__
Method · 0.45
Tested by
5
test_casefold
Method · 0.36
test_issue18183
Method · 0.36
test_mode_win32
Method · 0.36
setup_module
Function · 0.36
check_join
Method · 0.36