MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / setup_classes

Method setup_classes

test/ext/test_associationproxy.py:1518–1519  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

1516
1517 @classmethod
1518 def setup_classes(cls):
1519 Parent.kids = association_proxy("children", "name")
1520
1521 def test_weak_identity_map(self):
1522 self.mapper_registry.map_imperatively(

Callers

nothing calls this directly

Calls 1

association_proxyFunction · 0.90

Tested by

no test coverage detected