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

Method setValue

lantz/ui/widgets.py:358–363  ·  view source on GitHub ↗

Set widget value.

(self, value)

Source from the content-addressed store, hash-verified

356 return self._value_widget.value()
357
358 def setValue(self, value):
359 """Set widget value.
360 """
361 if value is MISSING:
362 return
363 self._value_widget.setValue(value)
364
365 def setReadOnly(self, value):
366 """Set read only s

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected