(value=_empty_cell_value)
| 526 | |
| 527 | |
| 528 | def _make_cell(value=_empty_cell_value): |
| 529 | cell = _make_empty_cell() |
| 530 | if value is not _empty_cell_value: |
| 531 | cell.cell_contents = value |
| 532 | return cell |
| 533 | |
| 534 | |
| 535 | def _make_skeleton_class( |
nothing calls this directly
no test coverage detected
searching dependent graphs…