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

Method test_tofromfile

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

Source from the content-addressed store, hash-verified

1454
1455 @unittest.expectedFailure # TODO: RUSTPYTHON; Add support for 'w'
1456 def test_tofromfile(self):
1457 return super().test_tofromfile()
1458
1459 @unittest.expectedFailure # TODO: RUSTPYTHON; Add support for 'w'
1460 def test_tofromlist(self):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
test_tofromfileMethod · 0.45

Tested by

no test coverage detected