Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pallets/click
/ CustomCommand
Class
CustomCommand
tests/test_custom_classes.py:12–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
pass
11
12
class
CustomCommand(click.Command):
13
context_class = CustomContext
14
15
command = CustomCommand(
"test"
)
16
context = command.make_context(
"test"
, [])
Callers
1
test_command_context_class
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_command_context_class
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…