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

Method reduceex3

Lib/test/test_bytes.py:2581–2584  ·  view source on GitHub ↗
(b, a)

Source from the content-addressed store, hash-verified

2579 a.__reduce_ex__(2)
2580
2581 def reduceex3(b, a):
2582 b.wait()
2583 c = a.__reduce_ex__(3)
2584 assert not c[1] or 0xdd not in c[1][0]
2585
2586 def count0(b, a):
2587 b.wait()

Callers

nothing calls this directly

Calls 2

waitMethod · 0.45
__reduce_ex__Method · 0.45

Tested by

no test coverage detected