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

Method removeEvent

module/gui/Queue.py:88–93  ·  view source on GitHub ↗

wrap CollectorModel.removeEvent to update the element count

(self, event)

Source from the content-addressed store, hash-verified

86 self.updateCount()
87
88 def removeEvent(self, event):
89 """
90 wrap CollectorModel.removeEvent to update the element count
91 """
92 CollectorModel.removeEvent(self, event)
93 self.updateCount()
94
95 def updateEvent(self, event):
96 """

Callers 13

reactivateMethod · 0.45
deactivateMethod · 0.45
deactivateMethod · 0.45
deactivateMethod · 0.45
wakeupMethod · 0.45
aFunction · 0.45
iFunction · 0.45
base.jsFile · 0.45

Calls 1

updateCountMethod · 0.95

Tested by

no test coverage detected