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

Method get_impl

lib/sqlalchemy/orm/instrumentation.py:484–485  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

482 return key in self.local_attrs
483
484 def get_impl(self, key: str) -> _AttributeImpl:
485 return self[key].impl
486
487 @property
488 def attributes(self) -> Iterable[Any]:

Callers 2

initialize_collectionMethod · 0.95
has_parentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected