MCPcopy Create free account
hub / github.com/datacamp/pythonwhat / errored

Function errored

pythonwhat/tasks.py:290–291  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

288
289
290def errored(el):
291 return el is None or (isinstance(el, list) and "backend-error" in str(el))
292
293
294# Make wrapper for getting an object representation from process --------------

Callers 1

getRepresentationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected