Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ shape
Method
shape
numpy/ma/core.py:3434–3435 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3432
3433
@property
3434
def
shape(self):
3435
return
super().shape
3436
3437
@shape.setter
3438
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
1
getmask
Function · 0.85
Tested by
2
test_basic_keepdims
Method · 0.36
test_basic1d
Method · 0.36