class documentation

class StubPort: (source)

View In Hierarchy

A partial implementation of IListeningPort which only keeps track of whether it has been stopped.

Method stopListening Undocumented
Instance Variable disconnected A bool which is False until stopListening is called, True afterwards.
def stopListening(self): (source)

Undocumented

disconnected: bool = (source)

A bool which is False until stopListening is called, True afterwards.