MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / import_dbapi

Method import_dbapi

test/engine/test_parseconnect.py:1263–1264  ·  view source on GitHub ↗
(cls, **kw)

Source from the content-addressed store, hash-verified

1261class MockDialect(DefaultDialect):
1262 @classmethod
1263 def import_dbapi(cls, **kw):
1264 return MockDBAPI()
1265
1266
1267def MockDBAPI(**assert_kwargs):

Callers 1

test_asyncioMethod · 0.45

Calls 1

MockDBAPIFunction · 0.70

Tested by

no test coverage detected