fn builtin_attr(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Get a single attribute of an object.
@param x object to inspect @param which name of the attribute to retrieve @return the attribute value, or NULL if not set