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

Method test_byteswap

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

Source from the content-addressed store, hash-verified

1302
1303 @unittest.expectedFailure # TODO: RUSTPYTHON; Add support for 'w'
1304 def test_byteswap(self):
1305 return super().test_byteswap()
1306
1307 @unittest.expectedFailure # TODO: RUSTPYTHON; Add support for 'w'
1308 def test_clear(self):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
test_byteswapMethod · 0.45

Tested by

no test coverage detected