class _fromnxfunction:
Known subclasses: numpy.ma.extras._fromnxfunction_allargs
, numpy.ma.extras._fromnxfunction_args
, numpy.ma.extras._fromnxfunction_seq
, numpy.ma.extras._fromnxfunction_single
Defines a wrapper to adapt NumPy functions to masked arrays.
An instance of _fromnxfunction
can be called with the same parameters
as the wrapped NumPy function. The docstring of newfunc
is adapted from
the wrapped function as well, see getdoc
.
This class should not be used directly. Instead, one of its extensions that provides support for a specific type of input should be used.
Method | __call__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | getdoc |
Retrieve the docstring and signature from the function. |
Instance Variable | __name__ |
Undocumented |