(self)
| 472 | |
| 473 | @property |
| 474 | def consistent_with(self): |
| 475 | return { |
| 476 | 'consistency': self.consistency, |
| 477 | 'scan_vectors': self._params.get('mutation_state', None) |
| 478 | } |
| 479 | |
| 480 | @consistent_with.setter |
| 481 | def consistent_with(self, value # type: MutationState |
nothing calls this directly
no test coverage detected