awsc.base_control.SelectionAttribute

class awsc.base_control.SelectionAttribute(attribute)

Represents a templatable attribute from a ListEntry row.

Attributes:
attributestr

The name of the column (attribute) to use from the ListEntry for templating.

Methods

resolve(selection, **kwargs)

Resolves the SelectionAttribute into a value.

__init__(attribute)

Initializes a SelectionAttribute.

Parameters:
attributestr

The name of the column (attribute) to use from the ListEntry for templating.

Methods

__init__(attribute)

Initializes a SelectionAttribute.

resolve(selection, **kwargs)

Resolves the SelectionAttribute into a value.