MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / update_db_opts

Function update_db_opts

lib/sqlalchemy/testing/provision.py:390–391  ·  view source on GitHub ↗

Set database options (db_opts) for a test database that we created.

(db_url, db_opts, options)

Source from the content-addressed store, hash-verified

388
389@register.init_decorator(_adapt_update_db_opts)
390def update_db_opts(db_url, db_opts, options):
391 """Set database options (db_opts) for a test database that we created."""
392
393
394@register.init

Callers 1

setup_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected