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

Method address

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

Source from the content-addressed store, hash-verified

238
239 @property
240 def address(self):
241 return self.array.__array_interface__["data"][0]
242
243 @property
244 def typecode(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected