Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datacamp/pythonwhat
/ getStreamDill
Function
getStreamDill
pythonwhat/tasks.py:240–244 ·
view source on GitHub ↗
(name, process, shell)
Source
from the content-addressed store, hash-verified
238
239
@process_task
240
def
getStreamDill(name, process, shell):
241
try
:
242
return
dill.dumps(get_env(shell.user_ns)[name])
243
except
:
244
return
None
245
246
247
class
ReprFail:
Callers
1
getRepresentation
Function · 0.85
Calls
1
get_env
Function · 0.85
Tested by
no test coverage detected