(self, col, state=_ANY)
| 573 | |
| 574 | @preconditions(_validate_col, _validate_state) |
| 575 | def column(self, col, state=_ANY): |
| 576 | return DataTableColumnFacade(self.id, self.mixin, col, state) |
| 577 | |
| 578 | @preconditions(_validate_row, _validate_state) |
| 579 | def row(self, row, state=_ANY): |
no test coverage detected