Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabPy/lantz
/ _wrap
Method
_wrap
lantz/ui/widgets.py:856–859 ·
view source on GitHub ↗
(cls, widget)
Source
from the content-addressed store, hash-verified
854
855
@classmethod
856
def
_wrap(cls, widget):
857
super()._wrap(widget)
858
#TODO: Create a real valueChanged Signal.
859
widget.valueChanged = widget.overflow
860
861
def
setReadOnly(self, value):
862
super().setEnabled(not value)
Callers
nothing calls this directly
Calls
1
_wrap
Method · 0.45
Tested by
no test coverage detected