MCPcopy 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

uninstallMethod · 0.45
_symlink_executablesMethod · 0.45
_copy_parent_packagesMethod · 0.45

Calls 1

existsMethod · 0.80

Tested by

no test coverage detected