Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _queuepool_fixture
Method
_queuepool_fixture
test/engine/test_pool.py:87–89 ·
view source on GitHub ↗
(self, **kw)
Source
from the content-addressed store, hash-verified
85
return
connection
86
87
def
_queuepool_fixture(self, **kw):
88
dbapi, pool = self._queuepool_dbapi_fixture(**kw)
89
return
pool
90
91
def
_queuepool_dbapi_fixture(self, **kw):
92
dbapi = MockDBAPI()
Callers
15
test_info
Method · 0.80
test_raw_connection_context
Method · 0.80
test_rec_info
Method · 0.80
_first_connect_event_fixture
Method · 0.80
_connect_event_fixture
Method · 0.80
_checkout_event_fixture
Method · 0.80
_checkin_event_fixture
Method · 0.80
_reset_event_fixture
Method · 0.80
_invalidate_event_fixture
Method · 0.80
_soft_invalidate_event_fixture
Method · 0.80
_close_event_fixture
Method · 0.80
_detach_event_fixture
Method · 0.80
Calls
1
_queuepool_dbapi_fixture
Method · 0.95
Tested by
no test coverage detected