__init__(self, process_list=None) | Calculation | |
__iter__(self) | Calculation | |
__len__(self) | Calculation | |
_calculation_process_type | Calculation | protected |
append(self, result_queue, log_file_name, parameters, **kwargs) | Calculation | |
create_widgets_for_all_processes(self, widget_function, index=None) | Calculation | |
ensure_running(self, max_processes) | Calculation | |
get(self, name, index=None) | Calculation | |
get_keys(self, index=None) | Calculation | |
get_log(self, index=None) | Calculation | |
get_parameters(self, index=None) | Calculation | |
get_statistics(self, index=None) | Calculation | |
get_status(self, index=None) | Calculation | |
has_failed(self, index=None) | Calculation | |
is_finished(self, index=None) | Calculation | |
is_running(self, index=None) | Calculation | |
map_on_processes(self, map_function, index) | Calculation | |
process_list | Calculation | |
show_collections(self, index=None) | Calculation | |
show_end_result(self, process, process_bars) | Calculation | |
show_log(self, index=None) | Calculation | |
show_statistics(self, index=None) | Calculation | |
start(self, index=None) | Calculation | |
start_batched_and_wait_for_end(self, max_processes=None) | Calculation | |
stop(self, index=None) | Calculation | |
wait_for_end(self, display_bar=True, send_notification=False, max_processes=None) | Calculation | |