MCPcopy Create free account
hub / github.com/LabPy/lantz / _wrap

Method _wrap

lantz/ui/widgets.py:919–921  ·  view source on GitHub ↗
(cls, widget)

Source from the content-addressed store, hash-verified

917
918 @classmethod
919 def _wrap(cls, widget):
920 super()._wrap(widget)
921 widget.valueChanged = widget.stateChanged
922
923 def setReadOnly(self, value):
924 self.setCheckable(not value)

Callers

nothing calls this directly

Calls 1

_wrapMethod · 0.45

Tested by

no test coverage detected