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

Method close

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

Source from the content-addressed store, hash-verified

46 self._ensure_database_setup()
47
48 def close(self):
49 self._connection.close()
50
51 def _set_file_permissions(self):
52 for suffix in ('', '-wal', '-shm'):

Callers 8

get_commandsMethod · 0.45
_follow_redirectFunction · 0.45
runMethod · 0.45
_compressMethod · 0.45
_run_mainMethod · 0.45
closeMethod · 0.45
closeMethod · 0.45
_close_history_dbMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected