Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ reverse
Method
reverse
Lib/collections/__init__.py:1384–1385 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1382
return
self.data.index(item, *args)
1383
1384
def
reverse(self):
1385
self.data.reverse()
1386
1387
def
sort(self, /, *args, **kwds):
1388
self.data.sort(*args, **kwds)
Callers
15
test_implementation
Method · 0.95
_task_get_stack
Function · 0.45
_build_graph_for_future
Function · 0.45
extract_stack
Function · 0.45
cf
Function · 0.45
Kl
Function · 0.45
d3.min.js
File · 0.45
l
Function · 0.45
Mg
Function · 0.45
Fg
Function · 0.45
iv
Function · 0.45
Ot
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_implementation
Method · 0.76
run
Function · 0.36