MCPcopy Index your code
hub / github.com/DeepLabCut/DeepLabCut / show

Method show

deeplabcut/gui/tracklet_toolbox.py:439–440  ·  view source on GitHub ↗
(self, fig=None)

Source from the content-addressed store, hash-verified

437 self.textbox2.on_submit(self.set_swap_id2)
438
439 def show(self, fig=None):
440 self._prepare_canvas(self.manager, fig)
441
442 def swap_tracklets(self, event):
443 if self.swap_id1 is not None and self.swap_id2 is not None:

Callers 15

refine_trackletsFunction · 0.95
PlottingResultsFunction · 0.80
draw_bboxFunction · 0.80
displayMethod · 0.80
launch_dlcFunction · 0.80
_prepare_canvasMethod · 0.80
__init__Method · 0.80
draw_bboxMethod · 0.80
_run_update_commandMethod · 0.80
_create_projectMethod · 0.80
open_configMethod · 0.80

Calls 1

_prepare_canvasMethod · 0.95

Tested by

no test coverage detected