MCPcopy 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
4358class Unpickleable:
4359 def __reduce__(self):
4360 raise CustomError
4361
4362UNPICKLEABLE = Unpickleable()
4363

Callers 1

pickletester.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected