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

Method lantz_target

lantz/ui/widgets.py:211–214  ·  view source on GitHub ↗

Driver connected to the widget.

(self)

Source from the content-addressed store, hash-verified

209
210 @property
211 def lantz_target(self):
212 """Driver connected to the widget.
213 """
214 return self._lantz_target
215
216 @lantz_target.setter
217 def lantz_target(self, target):

Callers

nothing calls this directly

Calls 2

value_from_featMethod · 0.95
connectMethod · 0.45

Tested by

no test coverage detected