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

Method itemsize

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

Source from the content-addressed store, hash-verified

197
198 @property
199 def itemsize(self):
200 return self.array.itemsize
201
202 @property
203 def flat(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected