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

Method test_iterator_pickle

Lib/test/test_array.py:1396–1397  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1394
1395 @unittest.expectedFailure # TODO: RUSTPYTHON; Add support for 'w'
1396 def test_iterator_pickle(self):
1397 return super().test_iterator_pickle()
1398
1399 @unittest.expectedFailure # TODO: RUSTPYTHON; Add support for 'w'
1400 def test_len(self):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
test_iterator_pickleMethod · 0.45

Tested by

no test coverage detected