MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _update_cache_key

Method _update_cache_key

lib/sqlalchemy/ext/baked.py:83–84  ·  view source on GitHub ↗
(self, fn, args=())

Source from the content-addressed store, hash-verified

81 return b1
82
83 def _update_cache_key(self, fn, args=()):
84 self._cache_key += (fn.__code__,) + args
85
86 def __iadd__(self, other):
87 if isinstance(other, tuple):

Callers 2

__init__Method · 0.95
add_criteriaMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected