MCPcopy Create free account
hub / github.com/NSLS2/PyXRF / run

Method run

pyxrf/gui_module/tab_wd_model.py:629–631  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

627 def func_to_run(func, *args, **kwargs):
628 class LoadFile(QRunnable):
629 def run(self):
630 result_dict = func(*args, **kwargs)
631 signal_complete.emit(result_dict)
632
633 return LoadFile()
634

Callers 4

compute_total_spectrumFunction · 0.45
fit_xrf_mapFunction · 0.45
compute_selected_roisFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected