Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/datacamp/pythonwhat
/ get_shell
Method
get_shell
pythonwhat/local.py:78–79 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
76
self._identity = (pid,)
if
pid
else
(random.randint(0, int(1e12)),)
77
78
def
get_shell(self):
79
return
create({})
80
81
def
run(self):
82
shell = self.get_shell()
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected