Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ proxied_association.py
File
proxied_association.py
examples/association/proxied_association.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Same example
as
basic_association, adding in
2
usage of :mod:`sqlalchemy.ext.associationproxy` to make explicit references
3
to ``OrderItem`` optional.
4
Callers
nothing calls this directly
Calls
15
create_engine
Function · 0.90
Session
Class · 0.90
select
Function · 0.90
create_all
Method · 0.80
Item
Class · 0.70
Order
Class · 0.70
OrderItem
Class · 0.70
add_all
Method · 0.45
commit
Method · 0.45
append
Method · 0.45
add
Method · 0.45
one
Method · 0.45
Tested by
no test coverage detected