Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ D
Class
D
Lib/test/test_descr.py:5780–5781 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5778
5779
global D
5780
class
D(C):
5781
pass
5782
with
self.assertRaises(TypeError):
5783
pickle.dumps(D(), 0)
5784
Callers
15
test_metaclass
Method · 0.70
test_multiple_inheritance
Method · 0.70
test_diamond_inheritance
Method · 0.70
test_slots
Method · 0.70
test_slots_special
Method · 0.70
test_slots_special_before_items
Method · 0.70
test_slots_special_after_items
Method · 0.70
test_dynamics
Method · 0.70
test_classmethods
Method · 0.70
test_staticmethods
Method · 0.70
test_classic
Method · 0.70
test_newslots
Method · 0.70
Calls
no outgoing calls
Tested by
15
test_metaclass
Method · 0.56
test_multiple_inheritance
Method · 0.56
test_diamond_inheritance
Method · 0.56
test_slots
Method · 0.56
test_slots_special
Method · 0.56
test_slots_special_before_items
Method · 0.56
test_slots_special_after_items
Method · 0.56
test_dynamics
Method · 0.56
test_classmethods
Method · 0.56
test_staticmethods
Method · 0.56
test_classic
Method · 0.56
test_newslots
Method · 0.56