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

Class MAError

numpy/ma/core.py:148–153  ·  view source on GitHub ↗

Class for masked array related errors.

Source from the content-addressed store, hash-verified

146
147
148class MAError(Exception):
149 """
150 Class for masked array related errors.
151
152 """
153 pass
154
155
156class MaskError(MAError):

Callers 2

__new__Method · 0.90
__getitem__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected