Function: python-shell-get-process
python-shell-get-process is a byte-compiled function defined in
python.el.gz.
Signature
(python-shell-get-process)
Documentation
Return inferior Python process for current buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defun python-shell-get-process ()
"Return inferior Python process for current buffer."
(get-buffer-process (python-shell-get-buffer)))