Files
python-gpiozero/gpiozero
Dave Jones 6583223299 Fix #74
Add more property aliases and do them properly (no more lambdas and
string lookups) which means we can remove `_alias`. This commit also
defines `__slots__` for all classes which should prevent assignation of
invalid attributes with an AttributeError (more friendly than silently
doing the wrong thing). Finally, it cleans up all the property defs to
use Ben's preferred decorator style.
2015-10-17 22:04:52 +01:00
..
2015-10-15 10:18:28 +01:00
2015-10-17 22:04:52 +01:00
2015-10-17 22:04:52 +01:00
2015-10-17 22:04:52 +01:00