Home
last modified time | relevance | path

Searched refs:_exc_context (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/
A Dcore.py27 _exc_context = {"message": "Task exception wasn't retrieved", "exception": None, "future": None} variable
215 _exc_context["exception"] = exc
216 _exc_context["future"] = t
217 Loop.call_exception_handler(_exc_context)

Completed in 8 milliseconds