This is documentation for an old release of NumPy (version 1.3.). Read this page in the documentation of the latest stable release (version > 1.17).
Return m as a mask, creating a copy if necessary or requested.
The function can accept any sequence of integers or nomask. Does not check that contents must be 0s and 1s.
Parameters: | m : array_like
copy : bool
shrink : bool
dtype : dtype
|
---|