MCPcopy Create free account
hub / github.com/apecloud/myduckserver / disconnect

Method disconnect

compatibility/mysql/python/mysql_test.py:51–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49 raise RuntimeError(e)
50
51 def disconnect(self):
52 self.conn.close()
53
54 def add_test(self, query, expected_results):
55 self.tests.append(self.Test(query, expected_results))

Callers 1

mysql_test.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected