I am a class which can start a local manager and a worker which
connects to it. It's mainly used by the greeter in a debug mode and by
the testsuite
|
|
__init__(self,
port)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| _spawnProcess(self,
result,
args,
description,
failMessage) |
source code
|
|
|
|
|
|
Inherited from signals.SignalMixin:
__providedBy__,
connect,
disconnect,
disconnectByFunction,
disconnect_by_func,
emit
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|