MCPcopy Create free account
hub / github.com/ActiveState/code / Feed

Method Feed

recipes/Python/203471_modal_wxPythTwisted/recipe-203471.py:129–136  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

127 self.EndModal(CANCELED)
128
129 def Feed(self):
130 # Get the next task and start it up
131 try:
132 task = self.task_iter.next()
133 except StopIteration:
134 self.End()
135 return
136 self.StartTask(task)
137
138 def StartTask(self, task):
139 defered = task.start()

Callers 3

__init__Method · 0.95
GoodMethod · 0.95
BadMethod · 0.95

Calls 3

EndMethod · 0.95
StartTaskMethod · 0.95
nextMethod · 0.45

Tested by

no test coverage detected