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

Method setValue

lantz/ui/widgets.py:137–142  ·  view source on GitHub ↗

Set widget value.

(self, value)

Source from the content-addressed store, hash-verified

135 return super().value()
136
137 def setValue(self, value):
138 """Set widget value.
139 """
140 if value is MISSING:
141 return
142 super().setValue(value)
143
144 def setReadOnly(self, value):
145 """Set read only s

Callers 13

on_feat_value_changedMethod · 0.95
setValueMethod · 0.45
setValueMethod · 0.45
connect_backendMethod · 0.45
recalculateMethod · 0.45
on_iterationMethod · 0.45
on_loop_doneMethod · 0.45
connect_backendMethod · 0.45
recalculateMethod · 0.45
on_iterationMethod · 0.45
on_loop_doneMethod · 0.45
update_progress_barFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected