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

Method test_buffer

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

Source from the content-addressed store, hash-verified

1294
1295 @unittest.expectedFailure # TODO: RUSTPYTHON; Add support for 'w'
1296 def test_buffer(self):
1297 return super().test_buffer()
1298
1299 @unittest.expectedFailure # TODO: RUSTPYTHON; Add support for 'w'
1300 def test_buffer_info(self):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
test_bufferMethod · 0.45

Tested by

no test coverage detected