MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _someattr_committed_state

Method _someattr_committed_state

test/orm/test_attributes.py:1790–1794  ·  view source on GitHub ↗
(self, f)

Source from the content-addressed store, hash-verified

1788 )
1789
1790 def _someattr_committed_state(self, f):
1791 Foo = f.__class__
1792 return Foo.someattr.impl.get_committed_value(
1793 attributes.instance_state(f), attributes.instance_dict(f)
1794 )
1795
1796 def test_committed_value_init(self):
1797 Foo = self._fixture(

Calls 1

get_committed_valueMethod · 0.80

Tested by

no test coverage detected