Package qubx :: Module fit_robots :: Class FitRobots
[hide private]
[frames] | no frames]

Class FitRobots

source code

object --+            
         |            
 task.Task --+        
             |        
 task.PoolTask --+    
                 |    
       task.Robots --+
                     |
                    FitRobots

Background thread with multiprocessing.pool to operate qubx.fit. Use via FitSession; Call InitFitRobots() before starting any sessions.

Instance Methods [hide private]
 
__init__(self, on_start_item=<__builtin__.function object>, on_finish_item=<__builtin__.function object>)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__onException(self, robot, typ, val, trace) source code
 
__onInterrupt(self, robot, cancel) source code

Inherited from task.Robots: do, hold_from_task, interrupt, robot_settrace, run_one_with_pool, run_with_pool, settrace, stop, sync, trace_func

Inherited from task.PoolTask: reset_pool, run

Inherited from task.Task: __call__, gui_call_recv, idle_wait, join, send_exception, send_progress, send_result, send_status, set_progress, set_status, start, thread_main

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables [hide private]

Inherited from task.PoolTask: pool

Inherited from task.Task: OnException, OnInterrupt, OnProgress, OnResult, OnStatus, OnTerminate, label, main_hold, progress, status, tid

Properties [hide private]

Inherited from task.Robots: on_finish_item, on_start_item

Inherited from object: __class__

Method Details [hide private]

__init__(self, on_start_item=<__builtin__.function object>, on_finish_item=<__builtin__.function object>)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)