Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_stack
Function · 0.45
_build_graph_for_future
Function · 0.45
extract_stack
Function · 0.45
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
Calls
no outgoing calls
Tested by
15
run_threads
Method · 0.36
test_no_leaking
Method · 0.36
test_basics
Method · 0.36
test_reverse
Method · 0.36
test_basics
Method · 0.36
mro
Method · 0.36
rev
Method · 0.36
rev
Method · 0.36
rev
Method · 0.36
test_reversed
Method · 0.36
test_reverse
Method · 0.36
test_extended_set_del_slice
Method · 0.36