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

Calls 1

getmaskFunction · 0.85

Tested by 2

test_basic_keepdimsMethod · 0.36
test_basic1dMethod · 0.36