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

Method test_capitalize

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

Source from the content-addressed store, hash-verified

608
609 @bigmemtest(size=_2G, memuse=ucs4_char_size * 3 + ascii_char_size * 2)
610 def test_capitalize(self, size):
611 self._test_capitalize(size)
612
613 @bigmemtest(size=_2G, memuse=ucs4_char_size * 3 + ascii_char_size * 2)
614 def test_title(self, size):

Callers

nothing calls this directly

Calls 1

_test_capitalizeMethod · 0.80

Tested by

no test coverage detected