Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Unpickleable
Class
Unpickleable
Lib/test/pickletester.py:4776–4778 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4774
pass
4775
4776
class
Unpickleable:
4777
def
__reduce__(self):
4778
raise
CustomError
4779
4780
UNPICKLEABLE = Unpickleable()
4781
Callers
1
pickletester.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…