MCPcopy
hub / github.com/pallets/click / invoke

Method invoke

tests/test_commands.py:171–172  ·  view source on GitHub ↗
(self, ctx)

Source from the content-addressed store, hash-verified

169 return self.parser.format_help()
170
171 def invoke(self, ctx):
172 ctx.invoke(self.callback, ctx.args, **ctx.params)
173
174 parser = optparse.OptionParser(usage="Usage: foo test [OPTIONS]")
175 parser.add_option(

Callers 15

test_basic_functionalityFunction · 0.45
test_return_valuesFunction · 0.45
test_basic_groupFunction · 0.45
test_group_commands_dictFunction · 0.45
test_group_from_listFunction · 0.45
test_string_optionFunction · 0.45
test_int_optionFunction · 0.45
test_uuid_optionFunction · 0.45
test_float_optionFunction · 0.45
test_boolean_switchFunction · 0.45
test_boolean_flagFunction · 0.45
test_boolean_conversionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected