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

Method test_title

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

Source from the content-addressed store, hash-verified

612
613 @bigmemtest(size=_2G, memuse=ucs4_char_size * 3 + ascii_char_size * 2)
614 def test_title(self, size):
615 self._test_title(size)
616
617 @bigmemtest(size=_2G, memuse=ucs4_char_size * 3 + ascii_char_size * 2)
618 def test_swapcase(self, size):

Callers

nothing calls this directly

Calls 1

_test_titleMethod · 0.80

Tested by

no test coverage detected