MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _adjusted_amount

Method _adjusted_amount

test/ext/test_hybrid.py:1706–1707  ·  view source on GitHub ↗
(cls, value)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

from_dml_columnFunction · 0.90

Tested by

no test coverage detected