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

File helloworld.py

examples/dogpile_caching/helloworld.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Illustrate how to load some data, and cache the results."""
2
3from sqlalchemy import select
4from .caching_query import FromCache

Callers

nothing calls this directly

Calls 10

selectFunction · 0.90
FromCacheClass · 0.85
allMethod · 0.45
scalarsMethod · 0.45
optionsMethod · 0.45
removeMethod · 0.45
filterMethod · 0.45
betweenMethod · 0.45
invalidateMethod · 0.45
queryMethod · 0.45

Tested by

no test coverage detected