MCPcopy 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_typeFunction · 0.80
_strip_annotationsFunction · 0.80
populateBytecodePanelFunction · 0.80
iFunction · 0.80
createPythonTooltipFunction · 0.80
collectFunctionsFunction · 0.80
recalculateValueFunction · 0.80
test_reduceMethod · 0.80
test_iterator_usageMethod · 0.80
test_initial_keywordMethod · 0.80
test_monitoring.pyFile · 0.80

Calls 2

waitMethod · 0.45
__reduce__Method · 0.45

Tested by

no test coverage detected