|
|
__init__(self,
db_conn,
log_file='/home/mike/.sage/dsage/server.log',
log_level=0)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
| set_authenticated(self,
uuid,
authenticated) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
get_worker_list(self)
Returns a list of connected monitors. |
source code
|
|
|
|
|
|
|
is_connected(self,
uuid)
Returns whether the monitor is connected. |
source code
|
|
|
|
set_busy(self,
uuid,
busy)
Sets whether or not a worker is doing a job. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|