MCPcopy Create free account
hub / github.com/mpi4py/mpi4py / array

Method array

test/test_msgspec.py:1321–1322  ·  view source on GitHub ↗
(self, typecode, initializer)

Source from the content-addressed store, hash-verified

1319class TestMessageVectorArray(unittest.TestCase, BaseTestMessageVectorArray):
1320 #
1321 def array(self, typecode, initializer):
1322 return array.array(typecode, initializer)
1323
1324
1325@unittest.skipIf(numpy is None, "numpy")

Callers

nothing calls this directly

Calls 1

arrayMethod · 0.45

Tested by

no test coverage detected