MCPcopy
hub / github.com/mitmproxy/mitmproxy / RequestWakeup

Class RequestWakeup

mitmproxy/proxy/commands.py:47–55  ·  view source on GitHub ↗

Request a `Wakeup` event after the specified amount of seconds.

Source from the content-addressed store, hash-verified

45
46
47class RequestWakeup(Command):
48 """
49 Request a `Wakeup` event after the specified amount of seconds.
50 """
51
52 delay: float
53
54 def __init__(self, delay: float):
55 self.delay = delay
56
57
58class ConnectionCommand(Command):

Callers 4

test_quicFunction · 0.90
test_request_keepaliveFunction · 0.90
_handle_event2Method · 0.85

Calls

no outgoing calls

Tested by 3

test_quicFunction · 0.72
test_request_keepaliveFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…