Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_feat
Method · 0.95
on_feat_value_changed
Method · 0.95
value
Method · 0.45
widgets_values_as_dict
Method · 0.45
value
Method · 0.45
value
Method · 0.45
on_start_stop_clicked
Method · 0.45
recalculate
Method · 0.45
on_start_stop_clicked
Method · 0.45
recalculate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected