MCPcopy Index your code
hub / github.com/RustPython/RustPython / D

Class D

Lib/test/test_descr.py:5543–5544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5541
5542 global D
5543 class D(C):
5544 pass
5545 with self.assertRaises(TypeError):
5546 pickle.dumps(D(), 0)
5547

Callers 15

test_metaclassMethod · 0.70
test_slotsMethod · 0.70
test_slots_specialMethod · 0.70
test_dynamicsMethod · 0.70
test_classmethodsMethod · 0.70
test_staticmethodsMethod · 0.70
test_classicMethod · 0.70
test_newslotsMethod · 0.70
test_altmroMethod · 0.70
test_methodsMethod · 0.70

Calls

no outgoing calls

Tested by 15

test_metaclassMethod · 0.56
test_slotsMethod · 0.56
test_slots_specialMethod · 0.56
test_dynamicsMethod · 0.56
test_classmethodsMethod · 0.56
test_staticmethodsMethod · 0.56
test_classicMethod · 0.56
test_newslotsMethod · 0.56
test_altmroMethod · 0.56
test_methodsMethod · 0.56