class
ActionSpecDefines how a specific action is implemented
Special methods
- def __init__(self, name: str, actuation: typing.Optional[ActuationSpec] = None) -> None
- Method generated by attrs for class ActionSpec.
- def __ne__(self, other)
- Check equality and either forward a NotImplemented or return the result negated.
Properties
- name: str get set del
- Name of the function implementing the action in the registry
- actuation: typing.Optional[ActuationSpec] get set del
- Arguments that will be passed to the function