MCPcopy
hub / github.com/MinishLab/semble / _exit

Function _exit

src/semble/installer/installer.py:130–133  ·  view source on GitHub ↗

Print message and exit with code 0.

(message: str)

Source from the content-addressed store, hash-verified

128
129
130def _exit(message: str) -> NoReturn:
131 """Print message and exit with code 0."""
132 print(message)
133 sys.exit(0)
134
135
136def _checkbox(prompt: str, items: Sequence[tuple[str, _T, bool]]) -> list[_T] | None:

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected