Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ connect_one
Method
connect_one
test/engine/test_pool.py:626–627 ·
view source on GitHub ↗
(*arg, **kw)
Source
from the content-addressed store, hash-verified
624
canary = []
625
626
def
connect_one(*arg, **kw):
627
canary.append(
"connect_one"
)
628
629
def
connect_two(*arg, **kw):
630
canary.append(
"connect_two"
)
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected