|
Sudoku Showcase
|
Simple data container for application state used by the App controller. More...
Public Member Functions | |
| def | __init__ (self, bool verbose=True) |
| None | reset (self) |
| Sets all attributes to default. More... | |
Simple data container for application state used by the App controller.
It stores transient UI and interaction state that is not part of the core Sudoku logic, including:
The State can be reset to restore default runtime behavior and contains no game logic beyond state initialization.
| def state.State.__init__ | ( | self, | |
| bool | verbose = True |
||
| ) |
| None state.State.reset | ( | self | ) |
Sets all attributes to default.