Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datacamp/pythonwhat
/ convert
Function
convert
pythonwhat/tasks.py:227–228 ·
view source on GitHub ↗
(name, converter, process, shell)
Source
from the content-addressed store, hash-verified
225
226
@process_task
227
def
convert(name, converter, process, shell):
228
return
dill.loads(converter)(get_env(shell.user_ns)[name])
229
230
231
@process_task
Callers
1
getRepresentation
Function · 0.85
Calls
1
get_env
Function · 0.85
Tested by
no test coverage detected