MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / checkout

Method checkout

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

cursorMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected