|
__init__(self,
client_instance,
auto_update_listsessions_cache=False,
auto_update_listdesktops_cache=False,
auto_update_listmounts_cache=False,
auto_update_sessionregistry=False,
auto_register_sessions=False,
no_auto_reg_pubapp_sessions=False,
refresh_interval=5,
logger=None,
loglevel=log.loglevel_DEFAULT)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
Inherited from threading.Thread :
__repr__ ,
daemon ,
getName ,
ident ,
isAlive ,
isDaemon ,
is_alive ,
join ,
name ,
run ,
setDaemon ,
setName ,
start
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|