MCPcopy
hub / github.com/httpie/cli / __call__

Method __call__

httpie/cli/utils.py:23–25  ·  view source on GitHub ↗
(self, parser, namespace, values, option_string=None)

Source from the content-addressed store, hash-verified

21 )
22
23 def __call__(self, parser, namespace, values, option_string=None):
24 parser.print_manual()
25 parser.exit()
26
27
28class LazyChoices(argparse.Action, Generic[T]):

Callers 1

_guess_methodMethod · 0.45

Calls 1

print_manualMethod · 0.80

Tested by

no test coverage detected