MCPcopy Create free account
hub / github.com/daniel2005d/mapXplore / _destroy

Method _destroy

database/PostgreSQL.py:36–38  ·  view source on GitHub ↗
(self, cursor)

Source from the content-addressed store, hash-verified

34 raise e
35
36 def _destroy(self, cursor):
37 cursor.close()
38 self._conn.close()
39
40 def close(self):
41 if self._conn:

Callers 2

_executeMethod · 0.95
_executemanyMethod · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected