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

Method __init__

deeplabcut/gui/widgets.py:209–213  ·  view source on GitHub ↗
(self, text="", color="turquoise", parent=None)

Source from the content-addressed store, hash-verified

207 signal = QtCore.Signal()
208
209 def __init__(self, text="", color="turquoise", parent=None):
210 super().__init__(text, parent)
211 self._default_style = self.styleSheet()
212 self.color = color
213 self.setStyleSheet(f"color: {self.color}")
214
215 def mouseReleaseEvent(self, event):
216 self.signal.emit()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected