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

Function cli

tests/test_testing.py:171–172  ·  tests/test_testing.py::cli
()

Source from the content-addressed store, hash-verified

169
170 @click.command()
171 def cli():
172 raise CustomError(1)
173
174 runner = CliRunner()
175

Callers

nothing calls this directly

Calls 5

CustomErrorClass · 0.85
CLIErrorClass · 0.85
filenoMethod · 0.80
writeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected