Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datacamp/pythonwhat
/ __call__
Method
__call__
pythonwhat/local.py:42–43 ·
view source on GitHub ↗
(self, shell)
Source
from the content-addressed store, hash-verified
40
self.code = code
41
42
def
__call__(self, shell):
43
return
run_code(shell.run_code, self.code)
44
45
46
class
TaskKillProcess:
Callers
nothing calls this directly
Calls
1
run_code
Function · 0.85
Tested by
no test coverage detected