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

Class Parent

test/ext/test_associationproxy.py:956–965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

954 )
955
956 class Parent(cls.Basic):
957 children = association_proxy(
958 "_children",
959 "name",
960 proxy_factory=CustomProxy,
961 proxy_bulk_set=CustomProxy.extend,
962 )
963
964 def __init__(self, name):
965 self.name = name
966
967 class Child(cls.Basic):
968 def __init__(self, name):

Callers

nothing calls this directly

Calls 1

association_proxyFunction · 0.90

Tested by

no test coverage detected