Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ Unpickleable
Class
Unpickleable
Lib/test/pickletester.py:4358–4360 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4356
pass
4357
4358
class
Unpickleable:
4359
def
__reduce__(self):
4360
raise
CustomError
4361
4362
UNPICKLEABLE = Unpickleable()
4363
Callers
1
pickletester.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected