Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ test_dump_defaults
Function
test_dump_defaults
test/mitmproxy/test_optmanager.py:373–377 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
371
372
373
def
test_dump_defaults():
374
o = TTypes()
375
buf = io.StringIO()
376
optmanager.dump_defaults(o, buf)
377
assert buf.getvalue()
378
379
380
def
test_dump_dicts():
Callers
nothing calls this directly
Calls
2
TTypes
Class · 0.85
getvalue
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…