fn type_cast_error(
name: &str,
ty: &str,
vm: &VirtualMachine,
) -> PyBaseExceptionRef
Expand description
“Can’t cast operand of type {name}
into {ty}
.”
fn type_cast_error(
name: &str,
ty: &str,
vm: &VirtualMachine,
) -> PyBaseExceptionRef
“Can’t cast operand of type {name}
into {ty}
.”