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

Function normalize_args

tests/utils/__init__.py:286–287  ·  view source on GitHub ↗
(args: Iterable[Any])

Source from the content-addressed store, hash-verified

284
285
286def normalize_args(args: Iterable[Any]) -> List[str]:
287 return [str(arg) for arg in args]
288
289
290def httpie(

Callers 1

httpieFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected