MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / done

Method done

mitmproxy/addons/clientplayback.py:166–172  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

164 )
165
166 async def done(self):
167 if self.playback_task:
168 self.playback_task.cancel()
169 try:
170 await self.playback_task
171 except asyncio.CancelledError:
172 pass
173
174 async def playback(self):
175 while True:

Callers 3

test_playbackFunction · 0.95
test_playback_crashFunction · 0.95

Calls

no outgoing calls

Tested by 3

test_playbackFunction · 0.76
test_playback_crashFunction · 0.76