MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / connect

Method connect

test/engine/test_parseconnect.py:703–706  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

701 )
702
703 def connect():
704 return dbapi.connect(
705 foober=12, lala=18, fooz="somevalue", hoho={"this": "dict"}
706 )
707
708 # start the postgresql dialect, but put our mock DBAPI as the
709 # module instead of psycopg

Callers 4

test_connect_queryMethod · 0.45
test_kwargsMethod · 0.45
test_customMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected