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

Method insertEvent

module/gui/Queue.py:81–86  ·  view source on GitHub ↗

wrap CollectorModel.insertEvent to update the element count

(self, event)

Source from the content-addressed store, hash-verified

79 self.updateCount()
80
81 def insertEvent(self, event):
82 """
83 wrap CollectorModel.insertEvent to update the element count
84 """
85 CollectorModel.insertEvent(self, event)
86 self.updateCount()
87
88 def removeEvent(self, event):
89 """

Callers

nothing calls this directly

Calls 1

updateCountMethod · 0.95

Tested by

no test coverage detected