Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ BlockSpec
Class
BlockSpec
mitmproxy/addons/blocklist.py:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
12
class
BlockSpec(NamedTuple):
13
matches: flowfilter.TFilter
14
status_code: int
15
16
17
def
parse_spec(option: str) -> BlockSpec:
Callers
1
parse_spec
Function · 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…