MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / Parent

Class Parent

test/ext/test_associationproxy.py:243–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 collection_class = cls.collection_class
242
243 class Parent(cls.Basic):
244 children = association_proxy("_children", "name")
245
246 def __init__(self, name):
247 self.name = name
248
249 class Child(cls.Basic):
250 if collection_class and issubclass(collection_class, dict):

Callers

nothing calls this directly

Calls 1

association_proxyFunction · 0.90

Tested by

no test coverage detected