Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniel2005d/mapXplore
/ close
Method
close
database/PostgreSQL.py:40–42 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
38
self._conn.close()
39
40
def
close(self):
41
if
self._conn:
42
self._conn.close()
43
44
45
def
_execute(self, sentence, values=None):
Callers
5
_destroy
Method · 0.45
_execute
Method · 0.45
_executemany
Method · 0.45
_select
Method · 0.45
test_connection
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_connection
Method · 0.36