Replies: 1 comment
-
Good find! This is probably a mistake. Feel free to submit a PR to fix it. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I'm trying to familiarize myself with the source code, so please bear with me if my question sounds stupid.
Class MachineController is based on LogMixin. LogMixin defines a slot named "log". Why MachineController redefines this slot ?
This is not conform with what is stated at the end of this document: "child subclasses... which should only contain names of additional slots"
https://wiki.python.org/moin/UsingSlots
Beta Was this translation helpful? Give feedback.
All reactions