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

Method size

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

Source from the content-addressed store, hash-verified

427 return self.contents.pop()
428
429 def size(self):
430 return len(self.contents)
431
432 def map(self, f):
433 return list(map(f, self.contents))

Callers 1

quantizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected