Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_exists
Function · 0.45
create_exe
Function · 0.45
_bootstap_venv
Function · 0.45
uninstall
Method · 0.45
_copy_to_install_dir
Method · 0.45
_update_metadata
Method · 0.45
_ensure_no_existing_build_dir
Method · 0.45
_cleanup
Method · 0.45
tmp_dir
Function · 0.45
remove_dist_info_directories
Function · 0.45
_run_isolated_benchmark
Method · 0.45
run_benchmarks
Method · 0.45
Calls
no outgoing calls
Tested by
2
temporary_file
Function · 0.36
remove_all
Method · 0.36