MCPcopy Index your code
hub / github.com/numpy/numpy / flat

Method flat

numpy/ma/core.py:3783–3785  ·  view source on GitHub ↗

Return a flat iterator, or set a flattened version of self to value.

(self)

Source from the content-addressed store, hash-verified

3781
3782 @property
3783 def flat(self):
3784 """ Return a flat iterator, or set a flattened version of self to value. """
3785 return MaskedIterator(self)
3786
3787 @flat.setter
3788 def flat(self, value):

Callers

nothing calls this directly

Calls 2

ravelMethod · 0.95
MaskedIteratorClass · 0.85

Tested by

no test coverage detected