MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / checkout

Method checkout

test/engine/test_pool.py:2255–2261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2253 return p.connect()
2254
2255 def checkout():
2256 for x in range(10):
2257 c = _conn()
2258 assert c
2259 c.cursor()
2260 c.close()
2261 time.sleep(0.01)
2262
2263 threads = []
2264 for i in range(10):

Callers

nothing calls this directly

Calls 2

cursorMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected