Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_basic
Method · 0.70
test_constructor_deletes_attribute
Method · 0.70
test_no_collateral_damage
Method · 0.70
Calls
no outgoing calls
Tested by
3
test_basic
Method · 0.56
test_constructor_deletes_attribute
Method · 0.56
test_no_collateral_damage
Method · 0.56