Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/amazon-q-developer-cli
/ fail
Function
fail
scripts/util.py:87–88 ·
view source on GitHub ↗
(*value: object)
Source
from the content-addressed store, hash-verified
85
86
87
def
fail(*value: object):
88
log(*value, title=
"FAIL"
, color=FAIL)
89
90
91
Args = Sequence[str | os.PathLike]
Callers
nothing calls this directly
Calls
1
log
Function · 0.85
Tested by
no test coverage detected