
get_function_argument_names
===========================



.. py:function:: stimupy.utils.get_function_argument_names(func)


   Get all argument names for a given function

   :param func: Get argument names from this function
   :type func: function

   :returns: **names** -- Tuple containing all argument names of given function
   :rtype: tuple




 