def __init__(self, **kwds): ThreadedProcess.__init__(self, **kwds) JsonSocket.__init__(self, **kwds)
def __init__(self, **kwds): JsonSocket.__init__(self, *kwds) self._bind()
def __init__(self, **kwds): Process.__init__(self) JsonSocket.__init__(self, *kwds) self.setTimeout(1000)