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

Method flat

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

Source from the content-addressed store, hash-verified

250
251 @property
252 def flat(self):
253 return self.array.flat
254
255 @property
256 def size(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected