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

Method invoke

src/click/core.py:846–848  ·  view source on GitHub ↗
(
        self, callback: t.Callable[..., V], /, *args: t.Any, **kwargs: t.Any
    )

Source from the content-addressed store, hash-verified

844
845 @t.overload
846 def invoke(
847 self, callback: t.Callable[..., V], /, *args: t.Any, **kwargs: t.Any
848 ) -> V: ...
849
850 @t.overload
851 def invoke(self, callback: Command, /, *args: t.Any, **kwargs: t.Any) -> t.Any: ...

Callers 1

forwardMethod · 0.95

Calls 6

_make_sub_contextMethod · 0.95
augment_usage_errorsFunction · 0.85
updateMethod · 0.80
callbackFunction · 0.70
get_defaultMethod · 0.45
type_cast_valueMethod · 0.45

Tested by

no test coverage detected