Driver connected to the widget.
(self)
| 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): |
nothing calls this directly
no test coverage detected