MCPcopy
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_proxyFunction · 0.90
relationshipFunction · 0.90

Tested by

no test coverage detected