Variable: python-imenu-format-item-label-function
python-imenu-format-item-label-function is a variable defined in
python.el.gz.
Value
python-imenu-format-item-label
Documentation
Imenu function used to format an item label.
It must be a function with two arguments: TYPE and NAME.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
;;; Imenu
(defvar python-imenu-format-item-label-function
'python-imenu-format-item-label
"Imenu function used to format an item label.
It must be a function with two arguments: TYPE and NAME.")