Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlalchemy/sqlalchemy
/ TrackQueuePool
Class
TrackQueuePool
test/engine/test_pool.py:1834–1837 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1832
pools = []
1833
1834
class
TrackQueuePool(pool.QueuePool):
1835
def
__init__(self, *arg, **kw):
1836
pools.append(self)
1837
super().__init__(*arg, **kw)
1838
1839
def
creator():
1840
return
slow_closing_connection.connect()
Callers
1
test_recycle_pool_no_race
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_recycle_pool_no_race
Method · 0.68