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

Method __init__

deeplabcut/gui/utils.py:28–30  ·  view source on GitHub ↗
(self, func)

Source from the content-addressed store, hash-verified

26 finished = QtCore.Signal()
27
28 def __init__(self, func):
29 super().__init__()
30 self.func = func
31
32 def run(self):
33 self.func()

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected