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

Method render_priority

test/mitmproxy/contentviews/test__compat.py:22–25  ·  view source on GitHub ↗
(
            self, data, content_type=None, flow=None, http_message=None
        )

Source from the content-addressed store, hash-verified

20 return self._name
21
22 def render_priority(
23 self, data, content_type=None, flow=None, http_message=None
24 ):
25 return 1.0
26
27
28def test_legacy_contentview():

Callers 15

test_render_priorityFunction · 0.45
test_render_priorityFunction · 0.45
test_render_priorityFunction · 0.45
test_render_priorityFunction · 0.45
test_render_priorityFunction · 0.45
test_render_priorityFunction · 0.45
test_render_priorityFunction · 0.45
test_render_priorityFunction · 0.45
test_render_priorityFunction · 0.45
test_render_priorityFunction · 0.45
test_render_priorityFunction · 0.45
test_render_priorityFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected