MCPcopy Create free account
hub / github.com/numpy/numpy / size

Function size

numpy/ma/core.py:7457–7459  ·  view source on GitHub ↗

maskedarray version of the numpy function.

(obj, axis=None)

Source from the content-addressed store, hash-verified

7455
7456
7457def size(obj, axis=None):
7458 "maskedarray version of the numpy function."
7459 return np.size(getdata(obj), axis)
7460size.__doc__ = np.size.__doc__
7461
7462

Callers

nothing calls this directly

Calls 2

getdataFunction · 0.85
sizeMethod · 0.80

Tested by

no test coverage detected