Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabPy/lantz
/ _wrap
Method
_wrap
lantz/ui/widgets.py:885–887 ·
view source on GitHub ↗
(cls, widget)
Source
from the content-addressed store, hash-verified
883
884
@classmethod
885
def
_wrap(cls, widget):
886
super()._wrap(widget)
887
widget.valueChanged = widget.currentIndexChanged
888
889
def
value(self):
890
return
self.currentText()
Callers
nothing calls this directly
Calls
1
_wrap
Method · 0.45
Tested by
no test coverage detected