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

Method test_example_data

Lib/test/test_array.py:1746–1748  ·  view source on GitHub ↗
(self, size)

Source from the content-addressed store, hash-verified

1744
1745 @support.bigmemtest(_2G, memuse=2.125)
1746 def test_example_data(self, size):
1747 example = self.example(size)
1748 self.assertEqual(len(example), size+4)
1749
1750 @support.bigmemtest(_2G, memuse=2.125)
1751 def test_access(self, size):

Callers

nothing calls this directly

Calls 3

exampleMethod · 0.95
lenFunction · 0.85
assertEqualMethod · 0.45

Tested by

no test coverage detected