Variable: python-fill-decorator-function
python-fill-decorator-function is a customizable variable defined in
python.el.gz.
Value
python-fill-decorator
Documentation
Function to fill decorators.
This is the function used by python-fill-paragraph to
fill decorators.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-fill-decorator-function 'python-fill-decorator
"Function to fill decorators.
This is the function used by `python-fill-paragraph' to
fill decorators."
:type 'symbol)