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

Method value

lantz/ui/widgets.py:353–356  ·  view source on GitHub ↗

Get widget value.

(self)

Source from the content-addressed store, hash-verified

351 self._value_widget.feat_key = self._key_widget.text()
352
353 def value(self):
354 """Get widget value.
355 """
356 return self._value_widget.value()
357
358 def setValue(self, value):
359 """Set widget value.

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected