MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / update_url

Method update_url

test/engine/test_parseconnect.py:1056–1057  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

1054 return MyEnginePlugin
1055
1056 def update_url(url):
1057 return url.difference_update_query(["myplugin_arg"])
1058
1059 MyEnginePlugin = Mock(side_effect=side_effect, update_url=update_url)
1060

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected