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

Method closeNavigation

postprocessing/visualization/receiver/src/View.py:156–160  ·  view source on GitHub ↗
(self, widget)

Source from the content-addressed store, hash-verified

154 self.__watchdog.addFolder(newFolder)
155
156 def closeNavigation(self, widget):
157 self.navigations.remove(widget)
158 self.navigationLayout.removeWidget(widget)
159 widget.deleteLater()
160 self.plot()
161
162 def refreshAll(self):
163 for navigation in self.navigations:

Callers

nothing calls this directly

Calls 1

plotMethod · 0.95

Tested by

no test coverage detected