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

Class Paused

mitmproxy/proxy/layer.py:35–41  ·  view source on GitHub ↗

State of a layer that's paused because it is waiting for a command reply.

Source from the content-addressed store, hash-verified

33
34
35class Paused(NamedTuple):
36 """
37 State of a layer that's paused because it is waiting for a command reply.
38 """
39
40 command: commands.Command
41 generator: CommandGenerator
42
43
44class Layer:

Callers 2

handle_eventMethod · 0.85
__processMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…