Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
13
class
TEvent(events.Event):
14
commands: Iterable[Any]
15
16
def
__init__(self, cmds=(None,)):
17
self.commands = cmds
18
19
20
class
TCommand(commands.Command):
Callers
8
test_simple
Function · 0.85
test_mismatch
Function · 0.85
test_partial_assert
Function · 0.85
test_placeholder
Function · 0.85
test_placeholder_type_mismatch
Function · 0.85
test_unfinished
Function · 0.85
test_command_reply
Function · 0.85
test_command_multiple_replies
Function · 0.85
Calls
no outgoing calls
Tested by
8
test_simple
Function · 0.68
test_mismatch
Function · 0.68
test_partial_assert
Function · 0.68
test_placeholder
Function · 0.68
test_placeholder_type_mismatch
Function · 0.68
test_unfinished
Function · 0.68
test_command_reply
Function · 0.68
test_command_multiple_replies
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…