|
|
__init__(self,
model,
models,
trials_per_model,
balance_loops,
initial_k0,
random_rates,
random_from,
random_to,
decorate,
post_script,
output_name,
receiver=<__builtin__.function object>)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
Inherited from task.Task:
__call__,
gui_call_recv,
idle_wait,
interrupt,
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__
|