Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_updates
Function · 0.45
check_updates
Function · 0.45
open_raw_session
Function · 0.45
test_plugins_listing
Function · 0.45
test_plugins_listing_multiple
Function · 0.45
test_fetch_dont_override_existing_layout
Function · 0.45
save_awesome_people
Function · 0.45
Calls
no outgoing calls
Tested by
4
open_raw_session
Function · 0.36
test_plugins_listing
Function · 0.36
test_plugins_listing_multiple
Function · 0.36
test_fetch_dont_override_existing_layout
Function · 0.36