Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_basic
Method · 0.85
test_no_collateral_damage
Method · 0.85
Calls
no outgoing calls
Tested by
2
test_basic
Method · 0.68
test_no_collateral_damage
Method · 0.68