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

Method __init__

deeplabcut/gui/utils.py:40–42  ·  view source on GitHub ↗
(self, func: Callable)

Source from the content-addressed store, hash-verified

38 """A worker that captures outputs from methods that are run."""
39
40 def __init__(self, func: Callable):
41 super().__init__(func)
42 self.outputs = None
43
44 def run(self):
45 self.outputs = self.func()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected