Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudpipe/cloudpickle
/ method_c
Method
method_c
tests/cloudpickle_test.py:109–110 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
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
1
test_extract_class_dict
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected