simrunutilsget_default_arguments

get_default_arguments

simrun.utils.get_default_arguments(func)

Gets the keyword arguments with their default value from any function.

Parameters:

func (callable) – The function to get the default arguments from.

Returns:

Dictionary where the function names are keys, and their default values are values

Return type:

dict