broadcast_arguments

skypy.utils.broadcast_arguments(*broadcast_args)[source] [edit on github]

Decorator that broadcasts arguments.

Parameters:
broadcast_argstuple

The names of the decorated function arguments to be broadcast together using numpy.broadcast_arrays.