Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ reduceex2
Method
reduceex2
Lib/test/test_bytes.py:2577–2579 ·
view source on GitHub ↗
(b, a)
Source
from the content-addressed store, hash-verified
2575
a.__reduce__()
2576
2577
def
reduceex2(b, a):
2578
b.wait()
2579
a.__reduce_ex__(2)
2580
2581
def
reduceex3(b, a):
2582
b.wait()
Callers
nothing calls this directly
Calls
2
wait
Method · 0.45
__reduce_ex__
Method · 0.45
Tested by
no test coverage detected