class documentation

class MyTCPServer(internet.TCPServer): (source)

View In Hierarchy

TCPServer, which has self.root, self.parent and self.factory

Method __init__ Undocumented
Instance Variable factory Undocumented
Instance Variable parent Undocumented
Instance Variable root Undocumented
def __init__(self, root, parent, *args, **kwargs): (source)

Undocumented

Undocumented

Undocumented

Undocumented