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

Method __call__

src/click/core.py:1567–1569  ·  view source on GitHub ↗

Alias for :meth:`main`.

(self, *args: t.Any, **kwargs: t.Any)

Source from the content-addressed store, hash-verified

1565 sys.exit(rv)
1566
1567 def __call__(self, *args: t.Any, **kwargs: t.Any) -> t.Any:
1568 """Alias for :meth:`main`."""
1569 return self.main(*args, **kwargs)
1570
1571
1572class _FakeSubclassCheck(type):

Callers

nothing calls this directly

Calls 1

mainMethod · 0.95

Tested by

no test coverage detected