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

Method test_swapcase

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

Source from the content-addressed store, hash-verified

783
784 @bigmemtest(size=_2G, memuse=2)
785 def test_swapcase(self, size):
786 self._test_swapcase(size)
787
788
789class BytearrayTest(unittest.TestCase, BaseStrTest):

Callers

nothing calls this directly

Calls 1

_test_swapcaseMethod · 0.80

Tested by

no test coverage detected