MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _copy_callables

Method _copy_callables

lib/sqlalchemy/orm/state.py:694–696  ·  view source on GitHub ↗
(self, from_: InstanceState[Any])

Source from the content-addressed store, hash-verified

692 self.callables.pop(key, None)
693
694 def _copy_callables(self, from_: InstanceState[Any]) -> None:
695 if "callables" in from_.__dict__:
696 self.callables = dict(from_.callables)
697
698 @classmethod
699 def _instance_level_callable_processor(

Callers 1

_mergeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected