MCPcopy
hub / github.com/mitmproxy/mitmproxy / tft

Function tft

test/mitmproxy/addons/test_view.py:14–18  ·  view source on GitHub ↗
(*, method="get", start=0)

Source from the content-addressed store, hash-verified

12
13
14def tft(*, method="get", start=0):
15 f = tflow.tflow()
16 f.request.method = method
17 f.timestamp_created = start
18 return f
19
20
21def test_order_refresh():

Callers 11

test_simpleFunction · 0.85
test_filterFunction · 0.85
test_resolveFunction · 0.85
test_orderFunction · 0.85
test_reversedFunction · 0.85
test_updateFunction · 0.85
test_signalsFunction · 0.85
test_focus_followFunction · 0.85
test_focusFunction · 0.85
test_settingsFunction · 0.85
test_propertiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected