Sie können diesen Nebenmodus ausprobieren
https://github.com/glyph/python-docstring-mode
mit diesem conf:
(add-to-list 'load-path "/path/to/python-docstring-mode-master") (require 'python-docstring) (add-hook 'python-mode-hook (lambda () (python-docstring-mode t)))