MCPcopy Create free account
hub / github.com/mitmproxy/mitmproxy / worker

Method worker

examples/contrib/jsondump.py:172–176  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

170 return obj
171
172 def worker(self):
173 while True:
174 frame = self.queue.get()
175 self.dump(frame)
176 self.queue.task_done()
177
178 def dump(self, frame):
179 """

Callers

nothing calls this directly

Calls 2

dumpMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected