Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudpipe/cloudpickle
/ MyClass
Class
MyClass
tests/generate_old_pickles.py:79–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
T = TypeVar(
"T"
)
78
79
class
MyClass(Generic[T]):
80
def
__init__(self, attribute: T):
81
self.attribute = attribute
82
83
dump_obj(MyClass,
"class_with_type_hints.pkl"
)
84
Callers
2
test_complex_function
Function · 0.70
add
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_complex_function
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…