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

Method get_history

lib/sqlalchemy/orm/attributes.py:1030–1036  ·  view source on GitHub ↗
(
        self,
        state: InstanceState[Any],
        dict_: _InstanceDict,
        passive: PassiveFlag = PASSIVE_OFF,
    )

Source from the content-addressed store, hash-verified

1028 state.parents[id_] = False
1029
1030 def get_history(
1031 self,
1032 state: InstanceState[Any],
1033 dict_: _InstanceDict,
1034 passive: PassiveFlag = PASSIVE_OFF,
1035 ) -> History:
1036 raise NotImplementedError()
1037
1038 def get_all_pending(
1039 self,

Callers 2

get_historyMethod · 0.45
get_state_historyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected