Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/httpie/cli
/ dump_stderr
Function
dump_stderr
tests/utils/__init__.py:397–399 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
395
# print(' '.join(complete_args))
396
397
def
dump_stderr():
398
stderr.seek(0)
399
sys.stderr.write(stderr.read())
400
401
try
:
402
try
:
Callers
1
http
Function · 0.85
Calls
1
write
Method · 0.45
Tested by
no test coverage detected