MCPcopy Index your code
hub / github.com/python/cpython / test_capitalize

Method test_capitalize

Lib/test/test_bigmem.py:800–801  ·  view source on GitHub ↗
(self, size)

Source from the content-addressed store, hash-verified

798
799 @bigmemtest(size=_2G, memuse=2)
800 def test_capitalize(self, size):
801 self._test_capitalize(size)
802
803 @bigmemtest(size=_2G, memuse=2)
804 def test_title(self, size):

Callers

nothing calls this directly

Calls 1

_test_capitalizeMethod · 0.80

Tested by

no test coverage detected