Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
148
class
MAError(Exception):
149
""
"
150
Class
for
masked array related errors.
151
152
""
"
153
pass
154
155
156
class
MaskError(MAError):
Callers
2
__new__
Method · 0.90
__getitem__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected