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

Method _update_fit

pyxrf/model/lineplot.py:607–609  ·  view source on GitHub ↗
(self, change)

Source from the content-addressed store, hash-verified

605
606 @observe("show_fit_opt")
607 def _update_fit(self, change):
608 if change["type"] != "create":
609 self.update_fit_plots(visible=bool(change["value"]))
610
611 def update_fit_plots(self, visible=True):
612 for v in self.plot_fit_obj:

Callers

nothing calls this directly

Calls 1

update_fit_plotsMethod · 0.95

Tested by

no test coverage detected