MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _render_bindtemplate

Method _render_bindtemplate

lib/sqlalchemy/sql/compiler.py:3496–3501  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

3494 ):
3495
3496 def _render_bindtemplate(name):
3497 return self.render_bind_cast(
3498 parameter.type,
3499 typ_dialect_impl,
3500 bind_template % {"name": name},
3501 )
3502
3503 else:
3504

Callers

nothing calls this directly

Calls 1

render_bind_castMethod · 0.95

Tested by

no test coverage detected