forked from ursulean/schnapsen
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Currently, there are several classes that have class level variables that are shadowed by instance level variables. From quickly looking, it seems that these class level ones are never used and only there for documentation purposes (documentation of the instance level variables).
Examples: api/_deck.py, api/_state.py
We should remove these class level variables and move the documentation to the class docstring.
Metadata
Metadata
Assignees
Labels
No labels