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

Function cli

tests/test_utils.py:83–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 # if wrapped, we expect bytes to survive.
82 @click.command()
83 def cli():
84 click.echo(b"\xf6")
85
86 result = runner.invoke(cli, [])
87 assert result.stdout_bytes == b"\xf6\n"

Callers

nothing calls this directly

Calls 3

readMethod · 0.80
invokeMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected