Variable: python-shell-local-prefix
python-shell-local-prefix is a variable defined in python.el.gz.
Value
"/local:"
Documentation
A prefix used to indicate that a file is local.
It is used when sending file names to remote Python processes.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defconst python-shell-local-prefix "/local:"
"A prefix used to indicate that a file is local.
It is used when sending file names to remote Python processes.")