MCPcopy Index your code
hub / github.com/clips/pattern / reverse

Method reverse

pattern/db/__init__.py:1942–1943  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1940 def sort(self, cmp=None, key=None, reverse=False):
1941 self._datasheet.sort(cmp, key, reverse)
1942 def reverse(self):
1943 self._datasheet.reverse()
1944
1945 def swap(self, i1, i2):
1946 self[i1], self[i2] = self[i2], self[i1]

Callers 3

canvas.jsFile · 0.80
replaceWithChildrenMethod · 0.80
graph.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected