Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_execute
Method · 0.95
_executemany
Method · 0.95
Calls
1
close
Method · 0.45
Tested by
no test coverage detected