Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
read
Method · 0.80
invoke
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected