fn from()

in src/init.rs [10:12]


    fn from(e: PPError) -> Self {
        PyRuntimeError::new_err(e.0.to_string())
    }