Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DeepLabCut/DeepLabCut
/ run
Method
run
deeplabcut/gui/widgets.py:200–203 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
198
self.queue = queue
199
200
def
run(self):
201
while
True:
202
text = self.queue.get()
203
self.new_text.emit(text)
204
205
206
class
ClickableLabel(QtWidgets.QLabel):
Callers
nothing calls this directly
Calls
2
emit
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected