MCPcopy 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_implementationMethod · 0.95
_task_get_stackFunction · 0.45
_build_graph_for_futureFunction · 0.45
extract_stackFunction · 0.45
cfFunction · 0.45
KlFunction · 0.45
d3.min.jsFile · 0.45
lFunction · 0.45
MgFunction · 0.45
FgFunction · 0.45
ivFunction · 0.45
OtFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_implementationMethod · 0.76
runFunction · 0.36