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

Class A

tests/test_immutable.py:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44 def make_classes(self):
45 class A:
46 def __init__(self, a, akw=10):
47 self.a = a
48 self.akw = akw
49
50 class B(A):
51 def __init__(self, a, b):

Callers 3

test_basicMethod · 0.70

Calls

no outgoing calls

Tested by 3

test_basicMethod · 0.56