class documentation

class _fromnxfunction_allargs(_fromnxfunction):

View In Hierarchy

A version of _fromnxfunction that is called with multiple array arguments. Similar to _fromnxfunction_args except that all args are converted to arrays even if they are not so already. This makes it possible to process scalars as 1-D arrays. Only keyword arguments are passed through verbatim for the data and mask calls. Arrays arguments are processed independently and the results are returned in a list. If only one arg is present, 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):