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

Class Abort

src/click/exceptions.py:362–363  ·  view source on GitHub ↗

An internal signalling exception that signals Click to abort.

Source from the content-addressed store, hash-verified

360
361
362class Abort(RuntimeError):
363 """An internal signalling exception that signals Click to abort."""
364
365
366class Exit(RuntimeError):

Callers 4

abortMethod · 0.85
mainMethod · 0.85
prompt_funcFunction · 0.85
confirmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected