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

Method setReadOnly

lantz/ui/widgets.py:144–147  ·  view source on GitHub ↗

Set read only s

(self, value)

Source from the content-addressed store, hash-verified

142 super().setValue(value)
143
144 def setReadOnly(self, value):
145 """Set read only s
146 """
147 super().setReadOnly(value)
148
149 def value_from_feat(self):
150 """Update the widget value with the current Feat value of the driver.

Callers 5

bind_featMethod · 0.95
setReadOnlyMethod · 0.45
setupUiMethod · 0.45
initialize_and_reportFunction · 0.45
on_mode_changedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected