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

Method __init__

deeplabcut/gui/widgets.py:196–198  ·  view source on GitHub ↗
(self, queue)

Source from the content-addressed store, hash-verified

194 new_text = QtCore.Signal(str)
195
196 def __init__(self, queue):
197 super().__init__()
198 self.queue = queue
199
200 def run(self):
201 while True:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected