MCPcopy 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.pyFile · 0.45
getmaskarrayFunction · 0.45
shapeFunction · 0.45
_convolve_or_correlateFunction · 0.45
test_basic_keepdimsMethod · 0.45
test_basic1dMethod · 0.45

Calls 2

getmaskFunction · 0.85
reshapeMethod · 0.80

Tested by 2

test_basic_keepdimsMethod · 0.36
test_basic1dMethod · 0.36