MCPcopy 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
206class ClickableLabel(QtWidgets.QLabel):

Callers

nothing calls this directly

Calls 2

emitMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected