Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mitmproxy/mitmproxy
/ NoDataClass
Class
NoDataClass
test/mitmproxy/test_hooks.py:12–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
hooks.Hook()
11
12
class
NoDataClass(hooks.Hook):
13
pass
14
15
with
pytest.raises(TypeError, match=
"not a dataclass"
):
16
NoDataClass()
Callers
1
test_hook
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_hook
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…