Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudpipe/cloudpickle
/ SimpleClass
Class
SimpleClass
tests/generate_old_pickles.py:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
# simple dynamic class
52
class
SimpleClass:
53
def
__init__(self, attribute):
54
self.attribute = attribute
55
56
dump_obj(SimpleClass,
"simple_class.pkl"
)
57
Callers
2
test_simple_class
Function · 0.85
test_complex_class
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_simple_class
Function · 0.68
test_complex_class
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…