pub trait ToPyException { // Required method fn to_pyexception(&self, vm: &VirtualMachine) -> PyBaseExceptionRef; }