Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DeepLabCut/DeepLabCut
/ run
Method
run
deeplabcut/gui/utils.py:44–46 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
42
self.outputs = None
43
44
def
run(self):
45
self.outputs = self.func()
46
self.finished.emit()
47
48
49
def
move_to_separate_thread(func: Callable, capture_outputs: bool = False):
Callers
nothing calls this directly
Calls
1
emit
Method · 0.80
Tested by
no test coverage detected