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

Method __reduce_ex__

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

Source from the content-addressed store, hash-verified

4260 def __init__(self, reduce_ex=None):
4261 self.reduce_ex = reduce_ex
4262 def __reduce_ex__(self, proto):
4263 return self.reduce_ex
4264
4265class REX_one(object):
4266 """No __reduce_ex__ here, but inheriting it from object"""

Callers 11

_check_reduceMethod · 0.45
test_reduceMethod · 0.45
test_issue24097Method · 0.45
test_object_reduceMethod · 0.45
test_picklingMethod · 0.45
test_picklingMethod · 0.45
test_picklingMethod · 0.45
test_picklingMethod · 0.45
test_picklingMethod · 0.45
test_reduce_exMethod · 0.45
__reduce_ex__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected