Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ go
Method
go
lib/sqlalchemy/testing/requirements.py:170–171 ·
view source on GitHub ↗
(config)
Source
from the content-addressed store, hash-verified
168
""
"target database is using QueuePool"
""
169
170
def
go(config):
171
return
isinstance(config.db.pool, QueuePool)
172
173
return
exclusions.only_if(go)
174
Callers
nothing calls this directly
Calls
3
create_engine
Function · 0.90
connect
Method · 0.45
get_isolation_level_values
Method · 0.45
Tested by
no test coverage detected