finesse.script.adapter.ItemSetter.keyword_args

ItemSetter.keyword_args(only=False)[source]

The non-positional-only arguments of the call signature.

Parameters
onlybool, optional

Only include keyword-only arguments; defaults to False.

Returns
dict

The call object’s keyword parameters.