MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / Parent

Class Parent

test/ext/test_associationproxy.py:245–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 collection_class = cls.collection_class
244
245 class Parent(cls.Basic):
246 children = association_proxy("_children", "name")
247
248 def __init__(self, name):
249 self.name = name
250
251 class Child(cls.Basic):
252 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