Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/click
/ dist
Function
dist
tests/test_commands.py:35–37 ·
view source on GitHub ↗
(ctx, count)
Source
from the content-addressed store, hash-verified
33
@click.option(
"--count"
, default=1)
34
@click.pass_context
35
def
dist(ctx, count):
36
ctx.forward(test)
37
ctx.invoke(test, count=42)
38
39
result = runner.invoke(cli, [
"dist"
])
40
assert not result.exception
Callers
nothing calls this directly
Calls
2
forward
Method · 0.80
invoke
Method · 0.45
Tested by
no test coverage detected