Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ _data
Method
_data
numpy/ma/mrecords.py:165–170 ·
view source on GitHub ↗
Returns the data as a recarray.
(self)
Source
from the content-addressed store, hash-verified
163
164
@property
165
def
_data(self):
166
""
"
167
Returns the data
as
a recarray.
168
169
""
"
170
return
ndarray.view(self, recarray)
171
172
@property
173
def
_fieldmask(self):
Callers
nothing calls this directly
Calls
1
view
Method · 0.45
Tested by
no test coverage detected