MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / DummyFlow

Class DummyFlow

mitmproxy/test/tflow.py:199–200  ·  view source on GitHub ↗

A flow that is neither HTTP nor TCP.

Source from the content-addressed store, hash-verified

197
198
199class DummyFlow(flow.Flow):
200 """A flow that is neither HTTP nor TCP."""
201
202
203def tdummyflow(client_conn=True, server_conn=True, err=None) -> DummyFlow:

Callers 1

tdummyflowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…