Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_swapcase
Method
test_swapcase
Lib/test/test_bigmem.py:808–809 ·
view source on GitHub ↗
(self, size)
Source
from the content-addressed store, hash-verified
806
807
@bigmemtest(size=_2G, memuse=2)
808
def
test_swapcase(self, size):
809
self._test_swapcase(size)
810
811
test_hash = None
812
test_split_large = None
Callers
nothing calls this directly
Calls
1
_test_swapcase
Method · 0.80
Tested by
no test coverage detected