finesse.script.adapter.ItemSetter.positional_args

ItemSetter.positional_args(only=False, keyword_defaults=True)[source]

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

Parameters
onlybool, optional

Only include positional-only arguments. Defaults to False.

keyword_defaultsbool, optional

Include keyword arguments that have default values. Defaults to True.

Returns
dict

The call object’s positional parameters.