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

Function parse_entry_point

tests/utils/plugins_cli.py:135–137  ·  view source on GitHub ↗
(line: str)

Source from the content-addressed store, hash-verified

133 current_plugin = None
134
135 def parse_entry_point(line: str) -> Tuple[str, str]:
136 entry_point, raw_group = line.strip().split()
137 return entry_point, raw_group[1:-1]
138
139 def parse_plugin(line: str) -> Tuple[str, str]:
140 plugin, raw_version = line.strip().split()

Callers 1

parse_listingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected