MCPcopy Index your code
hub / github.com/datacamp/pythonwhat / context_objs_exit

Function context_objs_exit

pythonwhat/tasks.py:194–199  ·  view source on GitHub ↗
(es)

Source from the content-addressed store, hash-verified

192
193# break down environment
194def context_objs_exit(es):
195 try:
196 es.close()
197 return True
198 except Exception as e:
199 return e
200
201
202@process_task

Callers 1

breakDownNewEnvInProcessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected