MCPcopy 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

emitMethod · 0.80

Tested by

no test coverage detected