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

Method test_constructor

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

Source from the content-addressed store, hash-verified

1314
1315 @unittest.expectedFailure # TODO: RUSTPYTHON; Add support for 'w'
1316 def test_constructor(self):
1317 return super().test_constructor()
1318
1319 @unittest.expectedFailure # TODO: RUSTPYTHON; Add support for 'w'
1320 def test_constructor_with_iterable_argument(self):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
test_constructorMethod · 0.45

Tested by

no test coverage detected