MCPcopy 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
373def test_dump_defaults():
374 o = TTypes()
375 buf = io.StringIO()
376 optmanager.dump_defaults(o, buf)
377 assert buf.getvalue()
378
379
380def test_dump_dicts():

Callers

nothing calls this directly

Calls 2

TTypesClass · 0.85
getvalueMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…