MCPcopy Create free account
hub / github.com/numpy/numpy / MaskError

Class MaskError

numpy/ma/core.py:156–161  ·  view source on GitHub ↗

Class for mask related errors.

Source from the content-addressed store, hash-verified

154
155
156class MaskError(MAError):
157 """
158 Class for mask related errors.
159
160 """
161 pass
162
163
164###############################################################################

Callers 7

__new__Method · 0.85
__setitem__Method · 0.85
__int__Method · 0.85
varMethod · 0.85
minMethod · 0.85
maxMethod · 0.85
powerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected