lyse.__main__.AnalysisRoutine

class lyse.__main__.AnalysisRoutine(filepath, model, output_box_port, checked=2)[source]

Bases: object

__init__(filepath, model, output_box_port, checked=2)[source]

Methods

__init__(filepath, model, output_box_port[, ...])

check_child_exited(worker, timeout_time[, ...])

do_analysis(filepath)

enabled()

end_child([restart])

get_row_index()

Returns the row index for this routine's row in the model

remove()

End the child process and remove from the treeview

restart()

set_status(status)

start_worker()

check_child_exited(worker, timeout_time, kill=False, restart=False)[source]
do_analysis(filepath)[source]
enabled()[source]
end_child(restart=False)[source]
get_row_index()[source]

Returns the row index for this routine’s row in the model

remove()[source]

End the child process and remove from the treeview

restart()[source]
set_status(status)[source]
start_worker()[source]