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

Method connect

test/engine/test_execute.py:3304–3305  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

3302 connection = Mock(get_server_version_info=Mock(return_value="5.0"))
3303
3304 def connect(*args, **kwargs):
3305 return connection
3306
3307 dbapi = Mock(
3308 sqlite_version_info=(99, 9, 9),

Calls

no outgoing calls

Tested by

no test coverage detected