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

Method test_swapcase

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

Source from the content-addressed store, hash-verified

616
617 @bigmemtest(size=_2G, memuse=ucs4_char_size * 3 + ascii_char_size * 2)
618 def test_swapcase(self, size):
619 self._test_swapcase(size)
620
621 # Many codecs convert to the legacy representation first, explaining
622 # why we add 'ucs4_char_size' to the 'memuse' below.

Callers

nothing calls this directly

Calls 1

_test_swapcaseMethod · 0.80

Tested by

no test coverage detected