Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _remove_conn
Method
_remove_conn
lib/sqlalchemy/testing/engines.py:54–55 ·
view source on GitHub ↗
(self, dbapi_conn, *arg)
Source
from the content-addressed store, hash-verified
52
self.proxy_refs[con_proxy] = True
53
54
def
_remove_conn(self, dbapi_conn, *arg):
55
self.dbapi_connections.discard(dbapi_conn)
56
57
def
add_engine(self, engine, scope):
58
self.add_pool(engine.pool)
Callers
nothing calls this directly
Calls
1
discard
Method · 0.45
Tested by
no test coverage detected