MCPcopy
hub / github.com/numpy/numpy / MaskError

Class MaskError

numpy/ma/core.py:150–155  ·  view source on GitHub ↗

Class for mask related errors.

Source from the content-addressed store, hash-verified

148
149
150class MaskError(MAError):
151 """
152 Class for mask related errors.
153
154 """
155 pass
156
157
158###############################################################################

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

Used in the wild real call sites across dependent graphs

searching dependent graphs…