Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ reverse
Method
reverse
Lib/test/test_bytes.py:2569–2571 ·
view source on GitHub ↗
(b, a)
Source
from the content-addressed store, hash-verified
2567
except
ValueError:
pass
2568
2569
def
reverse(b, a):
# modifies inplace
2570
b.wait()
2571
a.reverse()
2572
2573
def
reduce(b, a):
2574
b.wait()
Callers
15
run_threads
Method · 0.45
test_no_leaking
Method · 0.45
test_basics
Method · 0.45
test_reverse
Method · 0.45
test_basics
Method · 0.45
mro
Method · 0.45
rev
Method · 0.45
rev
Method · 0.45
rev
Method · 0.45
test_reversed
Method · 0.45
test_reverse
Method · 0.45
test_extended_set_del_slice
Method · 0.45
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected