MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_capitalize

Method test_capitalize

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_test_capitalizeMethod · 0.80

Tested by

no test coverage detected