Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/DeepLabCut/DeepLabCut
/ engine
Method
engine
deeplabcut/gui/window.py:191–192 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
189
190
@property
191
def
engine(self) -> Engine:
192
return
self._engine
193
194
@engine.setter
195
def
engine(self, e: Engine) -> None:
Callers
nothing calls this directly
Calls
1
emit
Method · 0.80
Tested by
no test coverage detected