Sudoku Showcase
Public Member Functions | List of all members
state.State Class Reference

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

def state.State.__init__ (   self,
bool   verbose = True 
)

Member Function Documentation

◆ reset()

None state.State.reset (   self)

Sets all attributes to default.


The documentation for this class was generated from the following file: