Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabPy/lantz
/ _wrap
Method
_wrap
lantz/ui/widgets.py:241–245 ·
view source on GitHub ↗
(cls, widget)
Source
from the content-addressed store, hash-verified
239
240
@classmethod
241
def
_wrap(cls, widget):
242
ChildrenWidgets.patch(widget)
243
widget._lantz_target = None
244
widget._feat = None
245
widget._update_on_change = True
246
247
@classmethod
248
def
wrap(cls, widget):
Callers
5
wrap
Method · 0.45
_wrap
Method · 0.45
_wrap
Method · 0.45
_wrap
Method · 0.45
_wrap
Method · 0.45
Calls
1
patch
Method · 0.80
Tested by
no test coverage detected