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

Method array

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

Source from the content-addressed store, hash-verified

621class TestMessageSimpleCAIBuf(unittest.TestCase, BaseTestMessageSimpleArray):
622 #
623 def array(self, typecode, initializer):
624 return CAIBuf(typecode, initializer)
625
626
627@unittest.skipIf(cupy is None, "cupy")

Callers

nothing calls this directly

Calls 1

CAIBufClass · 0.85

Tested by

no test coverage detected