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

Method _wrap

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

Source from the content-addressed store, hash-verified

939
940 @classmethod
941 def _wrap(cls, widget):
942 super()._wrap(widget)
943 widget.valueChanged = widget.textChanged
944
945 def value(self):
946 return self.text()

Callers

nothing calls this directly

Calls 1

_wrapMethod · 0.45

Tested by

no test coverage detected