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

Method array

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

Source from the content-addressed store, hash-verified

1369class TestMessageVectorCAIBuf(unittest.TestCase, BaseTestMessageVectorArray):
1370 #
1371 def array(self, typecode, initializer):
1372 return CAIBuf(typecode, initializer)
1373
1374
1375@unittest.skipIf(cupy is None, "cupy")

Callers

nothing calls this directly

Calls 1

CAIBufClass · 0.85

Tested by

no test coverage detected