MCPcopy Create free account
hub / github.com/rthalley/dnspython / bad1

Method bad1

tests/test_serial.py:74–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 self.assertRaises(ValueError, lambda: S8(0) - 128)
73
74 def bad1():
75 v = S8(0)
76 v += 128
77
78 self.assertRaises(ValueError, bad1)
79

Callers

nothing calls this directly

Calls 1

S8Function · 0.85

Tested by

no test coverage detected