Function script::python::rspython::builtins::type_cast_error

source ·
fn type_cast_error(
    name: &str,
    ty: &str,
    vm: &VirtualMachine,
) -> PyBaseExceptionRef
Expand description

“Can’t cast operand of type {name} into {ty}.”