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

Method get_dialect_cls

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

Source from the content-addressed store, hash-verified

997 @testing.requires.sqlite
998 def test_wrapper_hooks(self):
999 def get_dialect_cls(url):
1000 url = url.set(drivername="sqlite")
1001 return url.get_dialect()
1002
1003 global WrapperFactory
1004 WrapperFactory = Mock()

Callers

nothing calls this directly

Calls 2

setMethod · 0.45
get_dialectMethod · 0.45

Tested by

no test coverage detected