Function pyo3::impl_::frompyobject::extract_traceback

source ·
fn extract_traceback(py: Python<'_>, error: PyErr) -> String
Expand description

Flattens a chain of errors into a single string.

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here