Searched refs:translate_exception (Results 1 – 6 of 6) sorted by relevance
20 class translate_exception class22 explicit translate_exception(boost::python::object type) : type(type) { } in translate_exception() function in boost::mpi::python::translate_exception28 register_exception_translator<E>(translate_exception(type)); in declare()
51 translate_exception<exception>::declare(type); in export_exception()
147 translate_exception<object_without_skeleton>::declare(type); in export_skeleton_and_content()
22 boost::bind<bool>(detail::translate_exception<ExceptionType,Translate>(), _1, _2, translate) in register_exception_translator()
22 struct translate_exception struct
140 return translate_exception(exc_info, initial_skip)154 def translate_exception(exc_info, initial_skip=0): function