# cell


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

------------------------------------------------------------------------

<a href="https://github.com/emagri/sudoku/blob/main/sudoku/cell.py#L19"
target="_blank" style="float:right; font-size:smaller">source</a>

### Cell

>  Cell (row, col, value=None)

*Cell of Sudoku board*

<table>
<thead>
<tr>
<th></th>
<th><strong>Type</strong></th>
<th><strong>Default</strong></th>
<th><strong>Details</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>row</td>
<td></td>
<td></td>
<td>row (0-based)</td>
</tr>
<tr>
<td>col</td>
<td></td>
<td></td>
<td>column (0-based)</td>
</tr>
<tr>
<td>value</td>
<td>NoneType</td>
<td>None</td>
<td>initial value</td>
</tr>
</tbody>
</table>

------------------------------------------------------------------------

<a href="https://github.com/emagri/sudoku/blob/main/sudoku/cell.py#L13"
target="_blank" style="float:right; font-size:smaller">source</a>

### House

>  House (*values)

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

------------------------------------------------------------------------

<a href="https://github.com/emagri/sudoku/blob/main/sudoku/cell.py#L32"
target="_blank" style="float:right; font-size:smaller">source</a>

### Cell.show

>  Cell.show (with_candidates)

*Show textual representation of the cell*

<table>
<thead>
<tr>
<th></th>
<th><strong>Details</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>with_candidates</td>
<td>also show candidate values</td>
</tr>
</tbody>
</table>
