MCPcopy 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_classFunction · 0.85
test_complex_classFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_simple_classFunction · 0.68
test_complex_classFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…