Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ path_exists
Method
path_exists
backends/build_system/utils.py:224–225 ·
view source on GitHub ↗
(self, path: str)
Source
from the content-addressed store, hash-verified
222
f.write(content)
223
224
def
path_exists(self, path: str) -> bool:
225
return
os.path.exists(path)
226
227
def
rmtree(self, path: str) -> None:
228
shutil.rmtree(path)
Callers
3
uninstall
Method · 0.45
_symlink_executables
Method · 0.45
_copy_parent_packages
Method · 0.45
Calls
1
exists
Method · 0.80
Tested by
no test coverage detected