class documentation

class _fromnxfunction_args(_fromnxfunction):

View In Hierarchy

A version of _fromnxfunction that is called with multiple array arguments. The first non-array-like input marks the beginning of the arguments that are passed verbatim for both the data and mask calls. Array arguments are processed independently and the results are returned in a list. If only one array is found, the return value is just the processed array instead of a list.
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, *args, **params):