We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f24c08 commit 409c013Copy full SHA for 409c013
simpleio.py
@@ -241,7 +241,7 @@ def value(self) -> bool:
241
return self.iopin.value
242
243
@value.setter
244
- def value(self, value: bool) -> None: # pylint: disable=no-self-use
+ def value(self, value: bool) -> None: # pylint: disable=no-self-use
245
raise AttributeError("Cannot set the value on a digital input.")
246
247
0 commit comments