Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rthalley/dnspython
/ bad2
Method
bad2
tests/test_serial.py:80–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
self.assertRaises(ValueError, bad1)
79
80
def
bad2():
81
v = S8(0)
82
v -= 128
83
84
self.assertRaises(ValueError, bad2)
85
Callers
nothing calls this directly
Calls
1
S8
Function · 0.85
Tested by
no test coverage detected