MCPcopy Index your code
hub / github.com/RustPython/RustPython / reverse

Method reverse

Lib/collections/__init__.py:1344–1345  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1342 return self.data.index(item, *args)
1343
1344 def reverse(self):
1345 self.data.reverse()
1346
1347 def sort(self, /, *args, **kwds):
1348 self.data.sort(*args, **kwds)

Callers 15

_task_get_stackFunction · 0.45
_build_graph_for_futureFunction · 0.45
extract_stackFunction · 0.45
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

Calls

no outgoing calls

Tested by 15

run_threadsMethod · 0.36
test_no_leakingMethod · 0.36
test_basicsMethod · 0.36
test_reverseMethod · 0.36
test_basicsMethod · 0.36
mroMethod · 0.36
revMethod · 0.36
revMethod · 0.36
revMethod · 0.36
test_reversedMethod · 0.36
test_reverseMethod · 0.36