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

Method __init__

deeplabcut/gui/tracklet_toolbox.py:174–180  ·  view source on GitHub ↗
(self, viz)

Source from the content-addressed store, hash-verified

172
173class BackgroundPlayer:
174 def __init__(self, viz):
175 self.viz = viz
176 self.can_run = Event()
177 self.can_run.clear()
178 self.running = True
179 self.paused = True
180 self.speed = "F"
181
182 def run(self):
183 while self.running:

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected