Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjexcept.c299 MP_DEFINE_EXCEPTION(SystemExit, BaseException) in MP_DEFINE_EXCEPTION() function
302 MP_DEFINE_EXCEPTION(Exception, BaseException) in MP_DEFINE_EXCEPTION()
314 MP_DEFINE_EXCEPTION(EOFError, Exception) in MP_DEFINE_EXCEPTION()
315 MP_DEFINE_EXCEPTION(ImportError, Exception) in MP_DEFINE_EXCEPTION()
316 MP_DEFINE_EXCEPTION(LookupError, Exception) in MP_DEFINE_EXCEPTION()
319 MP_DEFINE_EXCEPTION(MemoryError, Exception) in MP_DEFINE_EXCEPTION()
320 MP_DEFINE_EXCEPTION(NameError, Exception) in MP_DEFINE_EXCEPTION()
324 MP_DEFINE_EXCEPTION(OSError, Exception) in MP_DEFINE_EXCEPTION()
345 MP_DEFINE_EXCEPTION(SyntaxError, Exception) in MP_DEFINE_EXCEPTION()
351 MP_DEFINE_EXCEPTION(TypeError, Exception) in MP_DEFINE_EXCEPTION()
[all …]
A Dobjexcept.h43 #define MP_DEFINE_EXCEPTION(exc_name, base_name) \ macro

Completed in 4 milliseconds