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

Function input

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

Source from the content-addressed store, hash-verified

338 @click.command()
339 @click.option("--file", type=click.File("w"))
340 def input(file):
341 file.write("Hello World!\n")
342
343 @click.command()
344 @click.option("--file", type=click.File("r"))

Callers 1

test_python_inputFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected