Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ shape
Function
shape
numpy/ma/core.py:7451–7453 ·
view source on GitHub ↗
maskedarray version of the numpy function.
(obj)
Source
from the content-addressed store, hash-verified
7449
7450
7451
def
shape(obj):
7452
"maskedarray version of the numpy function."
7453
return
np.shape(getdata(obj))
7454
shape.__doc__ = np.shape.__doc__
7455
7456
Callers
9
_rc
Method · 0.90
user_array.py
File · 0.90
test_testAverage3
Method · 0.90
test_testBasic1d
Method · 0.90
test_testBasic2d
Method · 0.90
test_testOddFeatures
Method · 0.90
test_testAverage2
Method · 0.90
test_basic2d
Method · 0.90
test_oddfeatures_1
Method · 0.90
Calls
2
getdata
Function · 0.85
shape
Method · 0.45
Tested by
7
test_testAverage3
Method · 0.72
test_testBasic1d
Method · 0.72
test_testBasic2d
Method · 0.72
test_testOddFeatures
Method · 0.72
test_testAverage2
Method · 0.72
test_basic2d
Method · 0.72
test_oddfeatures_1
Method · 0.72