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

Method dump

tests/utils/plugins_cli.py:87–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

85 )
86
87 def dump(self) -> Dict[str, Any]:
88 return {
89 'version': self.version,
90 'entry_points': [
91 entry_point.dump()
92 for entry_point in self.entry_points
93 ]
94 }
95
96 @property
97 def path(self) -> Path:

Callers 7

_fetch_updatesFunction · 0.45
check_updatesFunction · 0.45
open_raw_sessionFunction · 0.45
test_plugins_listingFunction · 0.45
save_awesome_peopleFunction · 0.45

Calls

no outgoing calls

Tested by 4

open_raw_sessionFunction · 0.36
test_plugins_listingFunction · 0.36