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

Function output

tests/test_basic.py:345–346  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

343 @click.command()
344 @click.option("--file", type=click.File("r"))
345 def output(file):
346 click.echo(file.read())
347
348 with runner.isolated_filesystem():
349 result_in = runner.invoke(input, ["--file=example.txt"])

Callers

nothing calls this directly

Calls 1

readMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…