MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _generate_cache_key

Method _generate_cache_key

lib/sqlalchemy/sql/base.py:1076–1077  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1074
1075 @hybridmethod
1076 def _generate_cache_key(self) -> Optional[CacheKey]:
1077 return HasCacheKey._generate_cache_key_for_object(self)
1078
1079
1080class ExecutableOption(HasCopyInternals):

Calls 1