The base class of all Functions. It is a bare class without any attributes. Used in isinstance(object, Function).
Returns always its argument(s). If called with precisely one argument, returns the argument as a scalar, else the argument vector is returned.
For asfunctionv(), asfunction() is applied to any element of an array_like argument.
For asfunctionv(), asfunction() is applied to any element of an array_like argument.