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

Method setReadOnly

lantz/ui/widgets.py:365–368  ·  view source on GitHub ↗

Set read only s

(self, value)

Source from the content-addressed store, hash-verified

363 self._value_widget.setValue(value)
364
365 def setReadOnly(self, value):
366 """Set read only s
367 """
368 self._value_widget.setReadOnly(value)
369
370 @property
371 def lantz_target(self):

Callers

nothing calls this directly

Calls 1

setReadOnlyMethod · 0.45

Tested by

no test coverage detected