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

Method pop

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

Source from the content-addressed store, hash-verified

422 return self.contents[index]
423
424 def pop(self):
425 if not self._sorted:
426 self.sort()
427 return self.contents.pop()
428
429 def size(self):
430 return len(self.contents)

Callers 8

quantizeMethod · 0.95
iter_Method · 0.80
takeAtMethod · 0.80
uFunction · 0.80
markdown-it.min.jsFile · 0.80
jquery.min.jsFile · 0.80
RFunction · 0.80
caFunction · 0.80

Calls 1

sortMethod · 0.95

Tested by

no test coverage detected