MCPcopy Index your code
hub / github.com/pyload/pyload / updateEvent

Method updateEvent

module/gui/Queue.py:95–100  ·  view source on GitHub ↗

wrap CollectorModel.updateEvent to update the element count

(self, event)

Source from the content-addressed store, hash-verified

93 self.updateCount()
94
95 def updateEvent(self, event):
96 """
97 wrap CollectorModel.updateEvent to update the element count
98 """
99 CollectorModel.updateEvent(self, event)
100 self.updateCount()
101
102 def updateCount(self):
103 """

Callers

nothing calls this directly

Calls 1

updateCountMethod · 0.95

Tested by

no test coverage detected