MCPcopy Create free account
hub / github.com/aws/aws-cli / execute

Method execute

awscli/autocomplete/db.py:52–53  ·  view source on GitHub ↗
(self, query, **kwargs)

Source from the content-addressed store, hash-verified

50 self._connection.close()
51
52 def execute(self, query, **kwargs):
53 return self._connection.execute(query, kwargs)
54
55 def _ensure_database_setup(self):
56 # We are setting journal mode to off because there is no guarantee

Callers 15

_create_tablesMethod · 0.45
_insert_into_dbMethod · 0.45
generate_indexMethod · 0.45
_create_tablesMethod · 0.45
_generate_arg_indexMethod · 0.45

Calls

no outgoing calls