Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ go
Method
go
test/requirements.py:1061–1065 ·
view source on GitHub ↗
(config)
Source
from the content-addressed store, hash-verified
1059
""
"
1060
1061
def
go(config):
1062
return
(
1063
sqltypes.String().dialect_impl(config.db.dialect).__class__
1064
is sqltypes.String
1065
)
1066
1067
return
only_if(go)
1068
Callers
nothing calls this directly
Calls
6
against
Function · 0.90
lower
Method · 0.80
dialect_impl
Method · 0.45
connect
Method · 0.45
scalar
Method · 0.45
exec_driver_sql
Method · 0.45
Tested by
no test coverage detected