nautilus_core::python

Function to_pyruntime_err

source
pub fn to_pyruntime_err(e: impl Display) -> PyErr
Expand description

Converts any type that implements Display to a Python RuntimeError.