Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ _data
Method
_data
numpy/ma/mrecords.py:154–159 ·
view source on GitHub ↗
Returns the data as a recarray.
(self)
Source
from the content-addressed store, hash-verified
152
153
@property
154
def
_data(self):
155
""
"
156
Returns the data
as
a recarray.
157
158
""
"
159
return
np.ndarray.view(self, np.recarray)
160
161
@property
162
def
_fieldmask(self):
Callers
nothing calls this directly
Calls
1
view
Method · 0.45
Tested by
no test coverage detected