(cls, value)
| 1704 | @adjusted_amount.inplace.update_expression |
| 1705 | @classmethod |
| 1706 | def _adjusted_amount(cls, value): |
| 1707 | return [(cls.amount, value / from_dml_column(cls.rate))] |
| 1708 | |
| 1709 | return A |
| 1710 |
nothing calls this directly
no test coverage detected