Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/datacamp/pythonwhat
/ executeTask
Method
executeTask
pythonwhat/local.py:99–101 ·
view source on GitHub ↗
(self, task)
Source
from the content-addressed store, hash-verified
97
return
98
99
def
executeTask(self, task):
100
self.task_queue.put_nowait(task)
101
return
self.result_queue.get()
# wait and fetches next item in queue
102
103
def
kill(self):
104
try
:
Callers
2
kill
Method · 0.95
run_single_process
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected