MCPcopy Index your code
hub / github.com/httpie/cli / help

Method help

httpie/cli/utils.py:57–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55
56 @property
57 def help(self) -> str:
58 if self._help is None and self.help_formatter is not None:
59 self._help = self.help_formatter(
60 self.load(),
61 isolation_mode=self.isolation_mode
62 )
63 return self._help
64
65 @help.setter
66 def help(self, value: Any) -> None:

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected