Function: python-imenu-format-parent-item-label

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

Signature

(python-imenu-format-parent-item-label TYPE NAME)

Documentation

Return Imenu label for parent node using TYPE and NAME.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defun python-imenu-format-parent-item-label (type name)
  "Return Imenu label for parent node using TYPE and NAME."
  (format "%s..." (python-imenu-format-item-label type name)))