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

Method rmtree

backends/build_system/utils.py:227–228  ·  view source on GitHub ↗
(self, path: str)

Source from the content-addressed store, hash-verified

225 return os.path.exists(path)
226
227 def rmtree(self, path: str) -> None:
228 shutil.rmtree(path)
229
230 def glob(self, pattern: str, root: str, recursive=True):
231 with cd(root):

Callers 15

_remove_dir_if_existsFunction · 0.45
create_exeFunction · 0.45
_bootstap_venvFunction · 0.45
uninstallMethod · 0.45
_copy_to_install_dirMethod · 0.45
_update_metadataMethod · 0.45
_cleanupMethod · 0.45
tmp_dirFunction · 0.45
run_benchmarksMethod · 0.45

Calls

no outgoing calls

Tested by 2

temporary_fileFunction · 0.36
remove_allMethod · 0.36