fn builtin_attr_set(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Set a single attribute on an object.
@param x object to modify @param which name of the attribute to set @param value new attribute value, or NULL to remove it @return the modified object