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

Class TKS

test/mitmproxy/addons/test_keepserving.py:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34class TKS(keepserving.KeepServing):
35 _is_shutdown = False
36
37 def shutdown(self):
38 self.is_shutdown = True
39
40
41async def test_keepserving():

Callers 1

test_keepservingFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_keepservingFunction · 0.68