MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / get_impl

Method get_impl

lib/sqlalchemy/orm/state.py:603–604  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

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
605
606 def _get_pending_mutation(self, key: str) -> PendingCollection:
607 if key not in self._pending_mutations:

Callers 10

hasparentMethod · 0.45
_process_key_switchesMethod · 0.45
mergeMethod · 0.45
mergeMethod · 0.45
_load_for_pathMethod · 0.45
load_scalar_from_subqMethod · 0.45
_load_via_childMethod · 0.45
_load_via_parentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected