MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / get_dialect_cls

Method get_dialect_cls

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

Source from the content-addressed store, hash-verified

1010 @testing.requires.sqlite
1011 def test_wrapper_hooks(self):
1012 def get_dialect_cls(url):
1013 url = url.set(drivername="sqlite")
1014 return url.get_dialect()
1015
1016 global WrapperFactory
1017 WrapperFactory = Mock()

Callers

nothing calls this directly

Calls 2

setMethod · 0.45
get_dialectMethod · 0.45

Tested by

no test coverage detected