Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ TCommand
Class
TCommand
test/mitmproxy/proxy/test_tutils.py:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
20
class
TCommand(commands.Command):
21
x: Any
22
23
def
__init__(self, x=None):
24
self.x = x
25
26
27
@dataclass
Callers
10
_handle_event
Method · 0.85
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_command_reply
Function · 0.85
test_eq_blocking
Function · 0.85
test_eq_placeholder
Function · 0.85
test_command_multiple_replies
Function · 0.85
Calls
no outgoing calls
Tested by
10
_handle_event
Method · 0.68
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_command_reply
Function · 0.68
test_eq_blocking
Function · 0.68
test_eq_placeholder
Function · 0.68
test_command_multiple_replies
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…