MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _commit_someattr

Method _commit_someattr

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

Source from the content-addressed store, hash-verified

1783 )
1784
1785 def _commit_someattr(self, f):
1786 attributes.instance_state(f)._commit(
1787 attributes.instance_dict(f), ["someattr"]
1788 )
1789
1790 def _someattr_committed_state(self, f):
1791 Foo = f.__class__

Calls 1

_commitMethod · 0.80

Tested by

no test coverage detected