MCPcopy Create free account
hub / github.com/apache/tvm / clean_exit

Function clean_exit

tests/scripts/ci.py:67–73  ·  view source on GitHub ↗
(msg: str)

Source from the content-addressed store, hash-verified

65
66
67def clean_exit(msg: str) -> None:
68 print_color(col.RED, msg, bold=True, file=sys.stderr)
69
70 for warning in warnings:
71 print_color(col.YELLOW, warning, bold=False, file=sys.stderr)
72
73 exit(1)
74
75
76def cmd(commands: list[Any], **kwargs: Any):

Callers 5

check_dockerFunction · 0.85
dockerFunction · 0.85
serve_docsFunction · 0.85
fnFunction · 0.85
check_arm_qemuFunction · 0.85

Calls 1

print_colorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…