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

Method test_reduce_ex

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

Source from the content-addressed store, hash-verified

1418
1419 @unittest.expectedFailure # TODO: RUSTPYTHON; Add support for 'w'
1420 def test_reduce_ex(self):
1421 return super().test_reduce_ex()
1422
1423 @unittest.expectedFailure # TODO: RUSTPYTHON; Add support for 'w'
1424 def test_remove(self):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
test_reduce_exMethod · 0.45

Tested by

no test coverage detected