class documentation

class _fromnxfunction_single(_fromnxfunction): (source)

View In Hierarchy

A version of _fromnxfunction that is called with a single array argument followed by auxiliary args that are passed verbatim for both the data and mask calls.

Method __call__ Undocumented

Inherited from _fromnxfunction:

Method __init__ Undocumented
Method getdoc Retrieve the docstring and signature from the function.
Instance Variable __name__ Undocumented
def __call__(self, x, *args, **params): (source)