Variable: python-imenu-format-parent-item-jump-label-function
python-imenu-format-parent-item-jump-label-function is a variable
defined in python.el.gz.
Value
python-imenu-format-parent-item-jump-label
Documentation
Imenu function used to format a parent jump 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
(defvar python-imenu-format-parent-item-jump-label-function
'python-imenu-format-parent-item-jump-label
"Imenu function used to format a parent jump item label.
It must be a function with two arguments: TYPE and NAME.")