MCPcopy Create free account
hub / github.com/cloudpipe/cloudpickle / C

Class C

tests/cloudpickle_test.py:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 return "b"
105
106 class C(A, B):
107 C_CONSTANT = 43
108
109 def method_c(self):
110 return "c"
111
112 clsdict = _extract_class_dict(C)
113 expected_keys = ["C_CONSTANT", "__doc__", "method_c"]

Callers 3

test_extract_class_dictFunction · 0.70
test_attrgetterMethod · 0.70

Calls

no outgoing calls

Tested by 3

test_extract_class_dictFunction · 0.56
test_attrgetterMethod · 0.56