Local Functions (/std/inheritables/object.c)

void set_properties(mapping args);

Sets all the properties in an object.  This sets the property to args so
it will overwrite and delete any other properties which may have already
existed.

See also: set_property(), add_property(), remove_property(), query_property(), query_properties()

