class documentation

class Counter(Protocol): (source)

View In Hierarchy

Undocumented

Method increment increment the counter
Method start enter the counting state
Method stop stop
def increment(self): (source)

increment the counter

def start(self): (source)

enter the counting state

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

stop