bundles / numpy latest / numpy / ma / core / mvoid / filled
function
numpy.ma.core:mvoid.filled
source: build-install/usr/lib/python3.14/site-packages/numpy/ma/core.py :6616
Signature
def filled ( self , fill_value = None ) Summary
Return a copy with masked fields filled with a given value.
Parameters
fill_value: array_like, optionalThe value to use for invalid entries. Can be scalar or non-scalar. If latter is the case, the filled array should be broadcastable over input array. Default is None, in which case the
fill_valueattribute is used instead.
Returns
: filled_voidA
np.voidobject
See also
- MaskedArray.filled
Aliases
-
numpy.ma.mvoid.filled