class documentation

class ProtocolForTesting(Protocol): (source)

View In Hierarchy

Undocumented

Method change Switch to the other state.
Method value Give a value specific to the given state.
def change(self): (source)

Switch to the other state.

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

Give a value specific to the given state.