Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apecloud/myduckserver
/ disconnect
Method
disconnect
compatibility/pg/python/pg_test.py:53–54 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
51
raise
RuntimeError(e)
52
53
def
disconnect(self):
54
self.conn.close()
55
56
def
add_test(self, query, expected_results):
57
self.tests.append(self.Test(query, expected_results))
Callers
1
pg_test.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected