Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_dict
Function · 0.70
test_attrgetter
Method · 0.70
test_cycle_in_classdict_globals
Method · 0.70
Calls
no outgoing calls
Tested by
3
test_extract_class_dict
Function · 0.56
test_attrgetter
Method · 0.56
test_cycle_in_classdict_globals
Method · 0.56