MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / model.py

File model.py

examples/dogpile_caching/model.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""The datamodel, which represents Person that has multiple
2Address objects, each with PostalCode, City, Country.
3
4Person --(1..n)--> Address

Callers

nothing calls this directly

Calls 3

bootstrapFunction · 0.85
RelationshipCacheClass · 0.70
and_Method · 0.45

Tested by

no test coverage detected