Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/detail/
Dinternals.h246 inline void translate_local_exception(std::exception_ptr p) { in translate_local_exception() function
280 (*internals_pp)->registered_exception_translators.push_front(&translate_local_exception); in get_internals()