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

Method address

test/arrayimpl.py:390–391  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

388
389 @property
390 def address(self):
391 return self.array.__cuda_array_interface__["data"][0]
392
393 @property
394 def typecode(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected