MCPcopy Create free account
hub / github.com/SeisSol/SeisSol / apply

Method apply

postprocessing/visualization/receiver/src/Filters.py:236–244  ·  view source on GitHub ↗
(self, wf)

Source from the content-addressed store, hash-verified

234 self.add_widgts_to_layout()
235
236 def apply(self, wf):
237 if not self.cb_widget_list:
238 self.create_checkboxes(wf)
239 else:
240 self.update_checkboxes(wf)
241
242 for widget in self.cb_widget_list:
243 var_name = widget.text()
244 wf.show[var_name] = widget.isChecked()

Callers 1

plotMethod · 0.45

Calls 2

create_checkboxesMethod · 0.95
update_checkboxesMethod · 0.95

Tested by

no test coverage detected