MCPcopy Create free account
hub / github.com/DeepLabCut/DeepLabCut / terminate

Method terminate

deeplabcut/gui/tracklet_toolbox.py:483–485  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

481 self.swap_id2 = None
482
483 def terminate(self, event):
484 plt.close(self.fig)
485 self.player.terminate()
486
487 def fill_shaded_areas(self):
488 self.clean_collections()

Callers

nothing calls this directly

Calls 2

closeMethod · 0.45
terminateMethod · 0.45

Tested by

no test coverage detected