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

Method get_history

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

Source from the content-addressed store, hash-verified

597 manager.dispatch.init_failure(self, args, kwargs)
598
599 def get_history(self, key: str, passive: PassiveFlag) -> History:
600 return self.manager[key].impl.get_history(self, self.dict, passive)
601
602 def get_impl(self, key: str) -> AttributeImpl:
603 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