MCPcopy
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

againstFunction · 0.90
lowerMethod · 0.80
dialect_implMethod · 0.45
connectMethod · 0.45
scalarMethod · 0.45
exec_driver_sqlMethod · 0.45

Tested by

no test coverage detected