MCPcopy
hub / github.com/pallets/click / abort

Method abort

src/click/core.py:811–813  ·  view source on GitHub ↗

Aborts the script.

(self)

Source from the content-addressed store, hash-verified

809 raise UsageError(message, self)
810
811 def abort(self) -> t.NoReturn:
812 """Aborts the script."""
813 raise Abort()
814
815 def exit(self, code: int = 0) -> t.NoReturn:
816 """Exits the application with a given exit code.

Callers 1

callbackFunction · 0.80

Calls 1

AbortClass · 0.85

Tested by

no test coverage detected