MCPcopy 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

wrapMethod · 0.45
_wrapMethod · 0.45
_wrapMethod · 0.45
_wrapMethod · 0.45
_wrapMethod · 0.45

Calls 1

patchMethod · 0.80

Tested by

no test coverage detected