MCPcopy Create free account
hub / github.com/PyQt5/PyQtClient / sort

Method sort

Utils/ColorThief.py:409–411  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

407 self._sorted = False
408
409 def sort(self):
410 self.contents.sort(key=self.sort_key)
411 self._sorted = True
412
413 def push(self, o):
414 self.contents.append(o)

Callers 7

peekMethod · 0.95
popMethod · 0.95
initCatalogMethod · 0.80
markdown-it.min.jsFile · 0.80
jquery.min.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected