MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / configure_follower

Function configure_follower

lib/sqlalchemy/testing/provision.py:428–430  ·  view source on GitHub ↗

Create dialect-specific config settings for a follower database.

(cfg, ident)

Source from the content-addressed store, hash-verified

426
427@register.init
428def configure_follower(cfg, ident):
429 """Create dialect-specific config settings for a follower database."""
430 pass
431
432
433@register.init

Callers 1

setup_configFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected