Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/httpie/cli
/ EntryPoint
Class
EntryPoint
tests/utils/plugins_cli.py:28–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
27
@dataclass
28
class
EntryPoint:
29
name: str
30
group: str
31
32
def
dump(self) -> Dict[str, str]:
33
return
asdict(self)
34
35
36
@dataclass
Callers
2
make_dummy_plugin
Method · 0.85
dummy_plugins
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected