MCPcopy Index your code
hub / github.com/RustPython/RustPython / __reduce_ex__

Method __reduce_ex__

Lib/test/pickletester.py:4290–4292  ·  view source on GitHub ↗
(self, proto)

Source from the content-addressed store, hash-verified

4288 """Calling base class method should succeed"""
4289 _proto = None
4290 def __reduce_ex__(self, proto):
4291 self._proto = proto
4292 return object.__reduce_ex__(self, proto)
4293
4294class REX_five(object):
4295 """This one used to fail with infinite recursion"""

Callers

nothing calls this directly

Calls 1

__reduce_ex__Method · 0.45

Tested by

no test coverage detected