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

Method __reduce__

Lib/test/picklecommon.py:154–156  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

152 """This one used to fail with infinite recursion"""
153 _reduce_called = 0
154 def __reduce__(self):
155 self._reduce_called = 1
156 return object.__reduce__(self)
157
158class REX_six(object):
159 """This class is used to check the 4th argument (list iterator) of

Callers

nothing calls this directly

Calls 1

__reduce__Method · 0.45

Tested by

no test coverage detected