MCPcopy 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
240def getStreamDill(name, process, shell):
241 try:
242 return dill.dumps(get_env(shell.user_ns)[name])
243 except:
244 return None
245
246
247class ReprFail:

Callers 1

getRepresentationFunction · 0.85

Calls 1

get_envFunction · 0.85

Tested by

no test coverage detected