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

Method test_swapcase

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

Source from the content-addressed store, hash-verified

615
616 @bigmemtest(size=_2G, memuse=ucs4_char_size * 3 + ascii_char_size * 2)
617 def test_swapcase(self, size):
618 self._test_swapcase(size)
619
620 # Many codecs convert to the legacy representation first, explaining
621 # 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