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