MCPcopy 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

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…