MCPcopy
hub / github.com/mitmproxy/mitmproxy / TEvent

Class TEvent

test/mitmproxy/proxy/test_tutils.py:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12
13class TEvent(events.Event):
14 commands: Iterable[Any]
15
16 def __init__(self, cmds=(None,)):
17 self.commands = cmds
18
19
20class TCommand(commands.Command):

Callers 8

test_simpleFunction · 0.85
test_mismatchFunction · 0.85
test_partial_assertFunction · 0.85
test_placeholderFunction · 0.85
test_unfinishedFunction · 0.85
test_command_replyFunction · 0.85

Calls

no outgoing calls

Tested by 8

test_simpleFunction · 0.68
test_mismatchFunction · 0.68
test_partial_assertFunction · 0.68
test_placeholderFunction · 0.68
test_unfinishedFunction · 0.68
test_command_replyFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…