293:/std/object.c (/std/object.c)
(public int) id(string str)
/*
 * Function name: id
 * Description  : This function can be used to see whether a certain
 *                name is used by this object, i.e. whether the name
 *                has been added with set_name or add_name.
 * Arguments    : string str - the name you want to test.
 * Returns      : int 1/0 - true if the name is indeed used.
 */
