Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ Parent
Class
Parent
test/ext/test_associationproxy.py:121–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
120
def
_fixture(self, collection_class, is_dict=False):
121
class
Parent:
122
collection = association_proxy(
"_collection"
,
"child"
)
123
124
class
Child:
125
def
__init__(self, name):
Callers
nothing calls this directly
Calls
1
association_proxy
Function · 0.90
Tested by
no test coverage detected