MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / get_history

Method get_history

lib/sqlalchemy/orm/state.py:600–601  ·  view source on GitHub ↗
(self, key: str, passive: PassiveFlag)

Source from the content-addressed store, hash-verified

598 manager.dispatch.init_failure(self, args, kwargs)
599
600 def get_history(self, key: str, passive: PassiveFlag) -> History:
601 return self.manager[key].impl.get_history(self, self.dict, passive)
602
603 def get_impl(self, key: str) -> _AttributeImpl:
604 return self.manager[key].impl

Callers 15

historyMethod · 0.45
load_historyMethod · 0.45
is_modifiedMethod · 0.45
get_attribute_historyMethod · 0.45
_collect_update_commandsFunction · 0.45
test_get_historyMethod · 0.45
test_merge_persistentMethod · 0.45
test_merge_persistentMethod · 0.45
_assert_historyMethod · 0.45

Calls

no outgoing calls