MCPcopy 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_threadsMethod · 0.45
test_no_leakingMethod · 0.45
test_basicsMethod · 0.45
test_reverseMethod · 0.45
test_basicsMethod · 0.45
mroMethod · 0.45
revMethod · 0.45
revMethod · 0.45
revMethod · 0.45
test_reversedMethod · 0.45
test_reverseMethod · 0.45

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected