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

Method get_dialect

lib/sqlalchemy/testing/assertions.py:717–721  ·  view source on GitHub ↗
(paramstyle, positional)

Source from the content-addressed store, hash-verified

715 if check_param_order and getattr(c, "params", None):
716
717 def get_dialect(paramstyle, positional):
718 cp = copy(dialect)
719 cp.paramstyle = paramstyle
720 cp.positional = positional
721 return cp
722
723 pyformat_dialect = get_dialect("pyformat", False)
724 pyformat_c = clause.compile(dialect=pyformat_dialect, **kw)

Callers 6

assert_compileMethod · 0.45
_compile_dialectMethod · 0.45
setup_configFunction · 0.45
generate_db_urlsFunction · 0.45
generate_driver_urlFunction · 0.45
reap_dbsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected