Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ shape
Method
shape
numpy/ma/core.py:3500–3501 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3498
3499
@property
3500
def
shape(self):
3501
return
super().shape
3502
3503
@shape.setter
3504
def
shape(self, shape):
Callers
6
fromnumeric.py
File · 0.45
getmaskarray
Function · 0.45
shape
Function · 0.45
_convolve_or_correlate
Function · 0.45
test_basic_keepdims
Method · 0.45
test_basic1d
Method · 0.45
Calls
2
getmask
Function · 0.85
reshape
Method · 0.80
Tested by
2
test_basic_keepdims
Method · 0.36
test_basic1d
Method · 0.36