Searched defs:translate_exception (Results 1 – 3 of 3) sorted by relevance
22 struct translate_exception struct32 >::type exception_non_ref;39 inline bool operator()( in operator ()()
20 class translate_exception class22 explicit translate_exception(boost::python::object type) : type(type) { } in translate_exception() function in boost::mpi::python::translate_exception
154 def translate_exception(exc_info, initial_skip=0): function