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

Method size

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

Source from the content-addressed store, hash-verified

205
206 @property
207 def size(self):
208 return self.array.buffer_info()[1]
209
210
211if numpy is not None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected