MCPcopy 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

_destroyMethod · 0.45
_executeMethod · 0.45
_executemanyMethod · 0.45
_selectMethod · 0.45
test_connectionMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_connectionMethod · 0.36