MCPcopy
hub / github.com/aws/aws-cli / isdir

Method isdir

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

Source from the content-addressed store, hash-verified

200
201class Utils:
202 def isdir(self, path: str) -> bool:
203 return os.path.isdir(path)
204
205 def islink(self, path: str) -> bool:
206 return os.path.islink(path)

Callers 15

_should_copyFunction · 0.45
_remove_dir_if_existsFunction · 0.45
uninstallMethod · 0.45
artifact_typeMethod · 0.45
_copy_to_install_dirMethod · 0.45
create_fileMethod · 0.45
append_fileMethod · 0.45
_dist_try_harderFunction · 0.45
_potential_locationsMethod · 0.45

Calls

no outgoing calls

Tested by 2

create_fileMethod · 0.36
append_fileMethod · 0.36