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

Function S8

tests/test_serial.py:12–13  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

10
11
12def S8(v):
13 return dns.serial.Serial(v, bits=8)
14
15
16class SerialTestCase(unittest.TestCase):

Callers 12

test_incremental_opsMethod · 0.85
test_subMethod · 0.85
test_addition_boundsMethod · 0.85
bad1Method · 0.85
bad2Method · 0.85
test_castingMethod · 0.85
test_uncastableMethod · 0.85
test_uncomparableMethod · 0.85
test_moduloMethod · 0.85
test_reprMethod · 0.85
test_not_equalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected