MCPcopy Index your code
hub / github.com/aws/aws-cli / close

Method close

awscli/customizations/history/db.py:209–210  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

207 self._connection.row_factory = self._row_factory
208
209 def close(self):
210 self._connection.close()
211
212 def _row_factory(self, cursor, row):
213 d = {}

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected