Module thread_classes :: Class RelaxHostParentThread
[hide private]
[frames] | no frames]

Class RelaxHostParentThread

source code


Instance Methods [hide private]
 
__init__(self, relax, host_data)
Threaded threading setup (for faster ssh responses).
source code
 
thread_object(self, i)
Function for returning an initialised thread object.
source code

Inherited from RelaxParentThread: run, thread_clean_up

Method Details [hide private]

__init__(self, relax, host_data)
(Constructor)

source code 

Threaded threading setup (for faster ssh responses).

Overrides: RelaxParentThread.__init__