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