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

Method value

lantz/ui/widgets.py:132–135  ·  view source on GitHub ↗

Get widget value.

(self)

Source from the content-addressed store, hash-verified

130 self.value_from_feat()
131
132 def value(self):
133 """Get widget value.
134 """
135 return super().value()
136
137 def setValue(self, value):
138 """Set widget value.

Callers 10

value_to_featMethod · 0.95
on_feat_value_changedMethod · 0.95
valueMethod · 0.45
valueMethod · 0.45
valueMethod · 0.45
on_start_stop_clickedMethod · 0.45
recalculateMethod · 0.45
on_start_stop_clickedMethod · 0.45
recalculateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected