Variable: python-imenu-format-parent-item-label-function

python-imenu-format-parent-item-label-function is a variable defined in python.el.gz.

Value

python-imenu-format-parent-item-label

Documentation

Imenu function used to format a parent 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-label-function
  'python-imenu-format-parent-item-label
  "Imenu function used to format a parent item label.
It must be a function with two arguments: TYPE and NAME.")