Function: python-imenu-format-item-label
python-imenu-format-item-label is a byte-compiled function defined in
python.el.gz.
Signature
(python-imenu-format-item-label TYPE NAME)
Documentation
Return Imenu label for single node using TYPE and NAME.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defun python-imenu-format-item-label (type name)
"Return Imenu label for single node using TYPE and NAME."
(format "%s (%s)" name type))