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

Method _copy_callables

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

Source from the content-addressed store, hash-verified

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

Callers 1

_mergeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected