MCPcopy 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
28class 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_pluginMethod · 0.85
dummy_pluginsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected