You are viewing an older version (2.4.3). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.4.3 / numpy / ma / extras / _fromnxfunction_function

function

numpy.ma.extras:_fromnxfunction_function

source: /numpy/ma/extras.py :249

Signature

def   _fromnxfunction_function ( _fromnxfunction )

Summary

Decorator to wrap a "_fromnxfunction" function, wrapping a numpy function as a masked array function, with proper docstring and name.

Parameters

_fromnxfunction : ({params}) -> ndarray, {params}) -> masked_array

Wrapper function that calls the wrapped numpy function

Returns

decorator : (f: ({params}) -> ndarray) -> ({params}) -> masked_array

Function that accepts a numpy function and returns a masked array function

Aliases

  • numpy.ma.extras._fromnxfunction_function