MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / dict_of_sets_with_default.py

File dict_of_sets_with_default.py

examples/association/dict_of_sets_with_default.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""An advanced association proxy example which
2illustrates nesting of association proxies to produce multi-level Python
3collections, in this case a dictionary with string keys and sets of integers
4as values, which conceal the underlying mapped classes.

Callers

nothing calls this directly

Calls 11

create_engineFunction · 0.90
SessionClass · 0.90
selectFunction · 0.90
create_allMethod · 0.80
AClass · 0.70
add_allMethod · 0.45
commitMethod · 0.45
oneMethod · 0.45
scalarsMethod · 0.45
addMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected