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

Method load

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

Source from the content-addressed store, hash-verified

47 self.choices = self
48
49 def load(self) -> T:
50 if self._obj is None or not self.cache:
51 self._obj = self.getter()
52
53 assert self._obj is not None
54 return self._obj
55
56 @property
57 def help(self) -> str:

Callers 8

serializeMethod · 0.95
helpMethod · 0.95
__contains__Method · 0.95
__iter__Method · 0.95
_read_data_error_freeFunction · 0.45
_get_update_statusFunction · 0.45
check_updatesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected