Skip to main content

builtin_unclass

Function builtin_unclass 

Source
fn builtin_unclass(
    args: &[RValue],
    _: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Remove the class attribute from an object.

@param x object to unclass @return the object with its class attribute removed