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

Class Parent

test/ext/test_associationproxy.py:1337–1341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1335 @classmethod
1336 def setup_mappers(cls):
1337 class Parent(cls.Basic):
1338 children = association_proxy("_children", "name")
1339
1340 def __init__(self, name):
1341 self.name = name
1342
1343 class Child(cls.Basic):
1344 def __init__(self, name):

Callers

nothing calls this directly

Calls 1

association_proxyFunction · 0.90

Tested by

no test coverage detected