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

Function cli_float

tests/test_testing.py:295–297  ·  tests/test_testing.py::cli_float
()

Source from the content-addressed store, hash-verified

293
294 @click.command()
295 def cli_float():
296 click.echo(class="st">"hello world")
297 sys.exit(1.0)
298
299 @click.command()
300 @click.pass_context

Callers

nothing calls this directly

Calls 1

exitMethod · 0.80

Tested by

no test coverage detected