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

Class B

tests/test_immutable.py:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 self.akw = akw
49
50 class B(A):
51 def __init__(self, a, b):
52 super().__init__(a, akw=20)
53 self.b = b
54
55 B = self.immutable_module.immutable(B)
56

Callers 2

test_basicMethod · 0.85

Calls

no outgoing calls

Tested by 2

test_basicMethod · 0.68