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

Method sort

pattern/db/__init__.py:1940–1941  ·  view source on GitHub ↗
(self, cmp=None, key=None, reverse=False)

Source from the content-addressed store, hash-verified

1938 def index(self, row):
1939 return self._datasheet.index(row)
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

Callers 11

canvas.jsFile · 0.45
searchMethod · 0.45
group_textboxesMethod · 0.45
analyzeMethod · 0.45
normalize_attrsMethod · 0.45
_iterencode_dictFunction · 0.45
partitionFunction · 0.45
cliquesFunction · 0.45
graph.jsFile · 0.45
__init__Method · 0.45
keysMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected