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

Method array

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

Source from the content-addressed store, hash-verified

344 TYPECODES = "bhil" + "BHIL" + "fd"
345
346 def array(self, typecode, initializer):
347 raise NotImplementedError
348
349 def check1(self, z, s, r, typecode):
350 del typecode

Callers 2

checkMethod · 0.95
testBufferMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected