Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_commands
Method · 0.45
_follow_redirect
Function · 0.45
run
Method · 0.45
_compress
Method · 0.45
_run_main
Method · 0.45
close
Method · 0.45
close
Method · 0.45
_close_history_db
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected