MCPcopy
hub / github.com/mitmproxy/mitmproxy / dump

Method dump

mitmproxy/flowfilter.py:539–542  ·  view source on GitHub ↗
(self, indent=0, fp=sys.stdout)

Source from the content-addressed store, hash-verified

537 self.lst = lst
538
539 def dump(self, indent=0, fp=sys.stdout):
540 super().dump(indent, fp)
541 for i in self.lst:
542 i.dump(indent + 1, fp)
543
544 def __call__(self, f):
545 return any(i(f) for i in self.lst)

Callers 15

_dumpMethod · 0.45
test_versioncheckMethod · 0.45
test_har.pyFile · 0.45
dump_defaultsFunction · 0.45
serializeFunction · 0.45
dumpMethod · 0.45
dumpMethod · 0.45
mainFunction · 0.45
save_filter_helpFunction · 0.45
save_settingsFunction · 0.45

Calls

no outgoing calls

Tested by 4

_dumpMethod · 0.36
test_versioncheckMethod · 0.36