Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ reduce
Method
reduce
Lib/test/test_bytes.py:2573–2575 ·
view source on GitHub ↗
(b, a)
Source
from the content-addressed store, hash-verified
2571
a.reverse()
2572
2573
def
reduce(b, a):
2574
b.wait()
2575
a.__reduce__()
2576
2577
def
reduceex2(b, a):
2578
b.wait()
Callers
15
_eval_type
Function · 0.80
_strip_annotations
Function · 0.80
populateBytecodePanel
Function · 0.80
i
Function · 0.80
createPythonTooltip
Function · 0.80
collectFunctions
Function · 0.80
recalculateValue
Function · 0.80
test_reduce
Method · 0.80
test_iterator_usage
Method · 0.80
test_initial_keyword
Method · 0.80
test_reduce_with_kwargs
Method · 0.80
test_monitoring.py
File · 0.80
Calls
2
wait
Method · 0.45
__reduce__
Method · 0.45
Tested by
no test coverage detected