Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
maxID
Method · 0.45
userData
Method · 0.45
userMessageCount
Method · 0.45
newUser
Method · 0.45
changeSig
Method · 0.45
idOfName
Method · 0.45
changeName
Method · 0.45
threadsWithMessage
Method · 0.45
maxID
Method · 0.45
messagesInThread
Method · 0.45
nameOfThread
Method · 0.45
newThread
Method · 0.45
Calls
2
isDone
Method · 0.95
start
Method · 0.45
Tested by
no test coverage detected