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

Method test_title

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

Source from the content-addressed store, hash-verified

812
813 @bigmemtest(size=_2G, memuse=2)
814 def test_title(self, size):
815 self._test_title(size)
816
817 @bigmemtest(size=_2G, memuse=2)
818 def test_swapcase(self, size):

Callers

nothing calls this directly

Calls 1

_test_titleMethod · 0.80

Tested by

no test coverage detected