MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / clean

Method clean

scripts/build.py:447–449  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

445 return [path.with_suffix(f"{path.suffix}.asc"), path.with_suffix(f"{path.suffix}.sig")]
446
447 def clean(self):
448 info("Cleaning gpg keys")
449 shutil.rmtree(self.gpg_home, ignore_errors=True)
450
451
452def get_secretmanager_json(secret_id: str, secret_region: str):

Callers 1

build_linuxFunction · 0.80

Calls 1

infoFunction · 0.90

Tested by

no test coverage detected