MCPcopy 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
227def convert(name, converter, process, shell):
228 return dill.loads(converter)(get_env(shell.user_ns)[name])
229
230
231@process_task

Callers 1

getRepresentationFunction · 0.85

Calls 1

get_envFunction · 0.85

Tested by

no test coverage detected