Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ foo
Method
foo
test/mitmproxy/proxy/test_utils.py:10–11 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
8
class
Foo:
9
@expect(str, int)
10
def
foo(self, x):
11
return
""
.join(reversed(x))
12
13
@expect(str)
14
def
bar(self, x):
Callers
3
test_expect
Function · 0.95
import_error.py
File · 0.80
test_eq_placeholder
Function · 0.80
Calls
1
join
Method · 0.45
Tested by
no test coverage detected