class documentation

class DummyMessage:

Constructor: DummyMessage(domain, user)

View In Hierarchy

BrokenMessage is an IMessage which saves the message delivered to it to its domain object.

Method __init__ Undocumented
Method eomReceived Undocumented
Method lineReceived Undocumented
Instance Variable buffer Undocumented
Instance Variable domain A DummyDomain which will be used to store the message once it is received.
Instance Variable user Undocumented
def __init__(self, domain, user):

Undocumented

def eomReceived(self):

Undocumented

def lineReceived(self, line):

Undocumented

buffer: list =

Undocumented

domain =

A DummyDomain which will be used to store the message once it is received.

user =

Undocumented