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

Method _conn

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

Source from the content-addressed store, hash-verified

2243 sr = set()
2244
2245 def _conn():
2246 c = p.connect()
2247 sr.add(c.dbapi_connection)
2248 return c
2249
2250 else:
2251

Callers

nothing calls this directly

Calls 2

connectMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected