MCPcopy
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_engineFunction · 0.90
connectMethod · 0.45

Tested by

no test coverage detected