Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1261
class
MockDialect(DefaultDialect):
1262
@classmethod
1263
def
import_dbapi(cls, **kw):
1264
return
MockDBAPI()
1265
1266
1267
def
MockDBAPI(**assert_kwargs):
Callers
1
test_asyncio
Method · 0.45
Calls
1
MockDBAPI
Function · 0.70
Tested by
no test coverage detected