Function: python-fill-decorator
python-fill-decorator is a byte-compiled function defined in
python.el.gz.
Signature
(python-fill-decorator &optional JUSTIFY)
Documentation
Decorator fill function for python-fill-paragraph.
JUSTIFY should be used (if applicable) as in fill-paragraph.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defun python-fill-decorator (&optional _justify)
"Decorator fill function for `python-fill-paragraph'.
JUSTIFY should be used (if applicable) as in `fill-paragraph'."
t)