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

Method execute

recipes/Python/521881_GtkWorker/recipe-521881.py:148–151  ·  view source on GitHub ↗

Start the worker

(self)

Source from the content-addressed store, hash-verified

146 return self.result
147
148 def execute (self):
149 """ Start the worker """
150 if not self.isDone():
151 self.start()
152
153 def run (self):
154 self.result = self.func(self)

Callers 15

maxIDMethod · 0.45
userDataMethod · 0.45
userMessageCountMethod · 0.45
newUserMethod · 0.45
changeSigMethod · 0.45
idOfNameMethod · 0.45
changeNameMethod · 0.45
threadsWithMessageMethod · 0.45
maxIDMethod · 0.45
messagesInThreadMethod · 0.45
nameOfThreadMethod · 0.45
newThreadMethod · 0.45

Calls 2

isDoneMethod · 0.95
startMethod · 0.45

Tested by

no test coverage detected