Search found 1 match
- 28 May 2019, 10:46
- Forum: RevPiModIO
- Topic: Inheritance documentation
- Replies: 0
- Views: 13053
Inheritance documentation
I tried subclassing revpimodio2.RevPiModIO but was met with all kinds if weird error messages. Turns out there is a part in __init__ that prevents configuration from happening for subclasses. Is there a specific reason why this is the case? This should be documented somewhere that is easy to find, o...