MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / createfunc

Method createfunc

examples/dogpile_caching/caching_query.py:67–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 else:
66
67 def createfunc():
68 return orm_context.invoke_statement().freeze()
69
70 cached_value = dogpile_region.get_or_create(
71 our_cache_key,

Callers 2

__call__Method · 0.80
__call__Method · 0.80

Calls 2

invoke_statementMethod · 0.80
freezeMethod · 0.45

Tested by

no test coverage detected