Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
201
class
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_copy
Function · 0.45
_remove_dir_if_exists
Function · 0.45
_create_dir_if_not_exists
Function · 0.45
uninstall
Method · 0.45
artifact_type
Method · 0.45
_copy_to_install_dir
Method · 0.45
_ensure_no_existing_build_dir
Method · 0.45
create_file
Method · 0.45
append_file
Method · 0.45
_dist_try_harder
Function · 0.45
list_available_services
Method · 0.45
_potential_locations
Method · 0.45
Calls
no outgoing calls
Tested by
2
create_file
Method · 0.36
append_file
Method · 0.36