DESCRIPTION¶
Return a printable name for an object. This function is called by sprintf
(E) to print a meaningful name in addition to the normal object_name
(E).
HISTORY¶
- changed (3.2.6) – renamed to
printf_obj_name()
fromobject_name()
due to the introduction ofobject_name
(E).