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

Method push

Utils/ColorThief.py:369–373  ·  view source on GitHub ↗
(self, vbox)

Source from the content-addressed store, hash-verified

367 return self.vboxes.map(lambda x: x['color'])
368
369 def push(self, vbox):
370 self.vboxes.push({
371 'vbox': vbox,
372 'color': vbox.avg,
373 })
374
375 def size(self):
376 return self.vboxes.size()

Callers 15

quantizeMethod · 0.95
iter_Method · 0.45
cFunction · 0.45
uFunction · 0.45
dFunction · 0.45
highlight.pack.jsFile · 0.45
layer.jsFile · 0.45
hFunction · 0.45
grabAllTextNodesFunction · 0.45
toCodePointFunction · 0.45
rFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected