MCPcopy 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_expectFunction · 0.95
import_error.pyFile · 0.80
test_eq_placeholderFunction · 0.80

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected