Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mpi4py/mpi4py
/ __init__
Method
__init__
test/arrayimpl.py:287–288 ·
view source on GitHub ↗
(self, arg, typecode, shape=None)
Source
from the content-addressed store, hash-verified
285
backend =
"dlpack-array"
286
287
def
__init__(self, arg, typecode, shape=None):
288
super().__init__(arg, typecode, shape)
289
290
291
if
dlpack is not None and numpy is not None:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected