get_function_argument_names# stimupy.utils.get_function_argument_names(func)# Get all argument names for a given function Parameters: func (function) – Get argument names from this function Returns: names – Tuple containing all argument names of given function Return type: tuple