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

Method __init__

test/arrayimpl.py:297–298  ·  view source on GitHub ↗
(self, arg, typecode, shape=None)

Source from the content-addressed store, hash-verified

295 backend = "dlpack-numpy"
296
297 def __init__(self, arg, typecode, shape=None):
298 super().__init__(arg, typecode, shape)
299
300
301def typestr(typecode, itemsize):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected