Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/tests/basics/
A Dasync_with.py34 raise BaseException
38 except BaseException:
A Dasync_with.py.exp11 BaseException
A Dexceptpoly.py43 except BaseException:
/AliOS-Things-master/components/py_engine/engine/py/
A Dobjexcept.c299 MP_DEFINE_EXCEPTION(SystemExit, BaseException) in MP_DEFINE_EXCEPTION() argument
300 MP_DEFINE_EXCEPTION(KeyboardInterrupt, BaseException) in MP_DEFINE_EXCEPTION()
301 MP_DEFINE_EXCEPTION(GeneratorExit, BaseException) in MP_DEFINE_EXCEPTION()
302 MP_DEFINE_EXCEPTION(Exception, BaseException) in MP_DEFINE_EXCEPTION()
/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/
A Dfuncs.py17 except BaseException as er:
A Dcore.py18 class CancelledError(BaseException):

Completed in 9 milliseconds