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

Class Parent

test/ext/test_associationproxy.py:119–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118 def _fixture(self, collection_class, is_dict=False):
119 class Parent:
120 collection = association_proxy("_collection", "child")
121
122 class Child:
123 def __init__(self, name):

Callers

nothing calls this directly

Calls 1

association_proxyFunction · 0.90

Tested by

no test coverage detected