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

Method test_buffer_info

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

Source from the content-addressed store, hash-verified

1298
1299 @unittest.expectedFailure # TODO: RUSTPYTHON; Add support for 'w'
1300 def test_buffer_info(self):
1301 return super().test_buffer_info()
1302
1303 @unittest.expectedFailure # TODO: RUSTPYTHON; Add support for 'w'
1304 def test_byteswap(self):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
test_buffer_infoMethod · 0.45

Tested by

no test coverage detected