class documentation

class DummyFactory:

Constructor: DummyFactory(host, port)

View In Hierarchy

A simple holder for host and port information.

Method __init__ Undocumented
Instance Variable host Undocumented
Instance Variable port Undocumented
def __init__(self, host, port):

Undocumented

host =

Undocumented

port =

Undocumented