class documentation

class SomeOutput(Protocol): (source)

View In Hierarchy

A state machine output.

Method __call__ Undocumented
Method __hash__ must be hashable
Property name read-only name property
def __call__(*args: Any, **kwargs: Any) -> Any: (source)

Undocumented

def __hash__(self) -> int: (source)

must be hashable

@property
name: str = (source)

read-only name property