fn from()
in
src/init.rs [10:12]
3
lines of code
1
McCabe index (conditional complexity)
fn from(e: PPError) -> Self { PyRuntimeError::new_err(e.0.to_string()) }