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

Method array

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

Source from the content-addressed store, hash-verified

525class TestMessageSimpleArray(unittest.TestCase, BaseTestMessageSimpleArray):
526 #
527 def array(self, typecode, initializer):
528 return array.array(typecode, initializer)
529
530
531@unittest.skipIf(numpy is None, "numpy")

Callers

nothing calls this directly

Calls 1

arrayMethod · 0.45

Tested by

no test coverage detected