MCPcopy Index your code
hub / github.com/python/cpython / __reduce_ex__

Method __reduce_ex__

Lib/test/picklecommon.py:147–149  ·  view source on GitHub ↗
(self, proto)

Source from the content-addressed store, hash-verified

145 """Calling base class method should succeed"""
146 _proto = None
147 def __reduce_ex__(self, proto):
148 self._proto = proto
149 return object.__reduce_ex__(self, proto)
150
151class REX_five(object):
152 """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