concepts.dm.crow.action_utils.ApplicableActionItem#

class ApplicableActionItem[source]#

Bases: NamedTuple

ApplicableActionItem(action, bounded_variables)

Methods

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

action

Alias for field number 0

bounded_variables

Alias for field number 1

__add__(value, /)#

Return self+value.

__getitem__(key, /)#

Return self[key].

__init__()#
__iter__()#

Implement iter(self).

__len__()#

Return len(self).

__mul__(value, /)#

Return self*value.

static __new__(_cls, action, bounded_variables)#

Create new instance of ApplicableActionItem(action, bounded_variables)

Parameters:
count(value, /)#

Return number of occurrences of value.

index(value, start=0, stop=9223372036854775807, /)#

Return first index of value.

Raises ValueError if the value is not present.

action: CrowAction#

Alias for field number 0

bounded_variables: Dict[str, Variable | ObjectConstant]#

Alias for field number 1