Variable: org-babel-python-eoe-indicator

org-babel-python-eoe-indicator is a variable defined in ob-python.el.gz.

Value

"org_babel_python_eoe"

Documentation

A string to indicate that evaluation has completed.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ob-python.el.gz
(defvar org-babel-python-eoe-indicator "org_babel_python_eoe"
  "A string to indicate that evaluation has completed.")