MCPcopy Create free account
hub / github.com/zzzeek/sqlalchemy / _within_exec_param_key_getter

Method _within_exec_param_key_getter

lib/sqlalchemy/sql/compiler.py:2309–2311  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2307
2308 @util.memoized_property
2309 def _within_exec_param_key_getter(self) -> Callable[[Any], str]:
2310 getter = self._get_bind_name_for_col
2311 return getter
2312
2313 @util.memoized_property
2314 @util.preload_module("sqlalchemy.engine.result")

Callers 1

visit_insertMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected