class documentation

class StubPort:

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):

Undocumented

disconnected: bool =

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