Variable: python-fill-paren-function

python-fill-paren-function is a customizable variable defined in python.el.gz.

Value

python-fill-paren

Documentation

Function to fill parens.

This is the function used by python-fill-paragraph to fill parens.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-fill-paren-function 'python-fill-paren
  "Function to fill parens.
This is the function used by `python-fill-paragraph' to
fill parens."
  :type 'symbol)