Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
286
def
normalize_args(args: Iterable[Any]) -> List[str]:
287
return
[str(arg)
for
arg in args]
288
289
290
def
httpie(
Callers
1
httpie
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected