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

Method address

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

Source from the content-addressed store, hash-verified

189
190 @property
191 def address(self):
192 return self.array.buffer_info()[0]
193
194 @property
195 def typecode(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected