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

Method flat

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

Source from the content-addressed store, hash-verified

400
401 @property
402 def flat(self):
403 return self.array.ravel()
404
405 @property
406 def size(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected