def open(self, addr): StructureService.open(self, addr, asServer=True)
def open(self,addr): StructureService.open(self,addr,asServer=True)
def __init__(self, addr=None): StructureService.__init__(self) if addr: self.open(addr)
def __init__(self,addr=None): StructureService.__init__(self) if addr: self.open(addr,asServer=True)