get_keyword_names

sherpa.utils.get_keyword_names(func: Callable, skip: int = 0) list[str][source] [edit on github]

Return the names of the keyword arguments.

Parameters:
func

The function to query.

skipint, optional

The number of keyword arguments to skip.

Returns:
nameslist of str

The names of the keyword arguments. It can be empty.