Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ get_impl
Method
get_impl
lib/sqlalchemy/orm/instrumentation.py:492–493 ·
view source on GitHub ↗
(self, key: str)
Source
from the content-addressed store, hash-verified
490
return
key in self.local_attrs
491
492
def
get_impl(self, key: str) -> AttributeImpl:
493
return
self[key].impl
494
495
@property
496
def
attributes(self) -> Iterable[Any]:
Callers
2
initialize_collection
Method · 0.95
has_parent
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected