MCPcopy 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
4776class Unpickleable:
4777 def __reduce__(self):
4778 raise CustomError
4779
4780UNPICKLEABLE = Unpickleable()
4781

Callers 1

pickletester.pyFile · 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…