finesse.script.adapter.ItemSetter

Overview

class finesse.script.adapter.ItemSetter(*, item_type)[source]

Bases: ItemHandler

Properties

ItemSetter.var_keyword_argument

ItemSetter.var_positional_argument

Methods

ItemSetter.arguments()

The supported constructor arguments for this item.

ItemSetter.bind_argument(name_or_index)

Return a bound argument object for name.

ItemSetter.keyword_args([only])

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

ItemSetter.positional_args([only, ...])

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

ItemSetter.update_parameter(item, argument, ...)

Update the built item's name parameter to value.