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

Class Parent

test/ext/test_associationproxy.py:1015–1024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1013 )
1014
1015 class Parent(cls.Basic):
1016 children = association_proxy(
1017 "_children",
1018 "name",
1019 proxy_factory=CustomProxy,
1020 proxy_bulk_set=CustomProxy.extend,
1021 )
1022
1023 def __init__(self, name):
1024 self.name = name
1025
1026 class Child(cls.Basic):
1027 def __init__(self, name):

Callers

nothing calls this directly

Calls 1

association_proxyFunction · 0.90

Tested by

no test coverage detected