cell

Class for Sudoku cell

source

Cell

 Cell (row, col, value=None)

Cell of Sudoku board

Type Default Details
row row (0-based)
col column (0-based)
value NoneType None initial value

source

House

 House (*values)

Type of house for cells: row, column, 3x3 block


source

Cell.show

 Cell.show (with_candidates)

Show textual representation of the cell

Details
with_candidates also show candidate values