Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ addresses
Method
addresses
test/orm/test_mapper.py:758–759 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
756
757
@declared_attr
758
def
addresses(cls):
759
return
association_proxy(
"addresses"
,
"email"
)
760
761
elif
attr_type.relationship:
762
Callers
nothing calls this directly
Calls
2
association_proxy
Function · 0.90
relationship
Function · 0.90
Tested by
no test coverage detected