Variable: org-babel-python-hline-to

org-babel-python-hline-to is a customizable variable defined in ob-python.el.gz.

Value

"None"

Documentation

Replace hlines in incoming tables with this when translating to python.

This variable was added, or its default value changed, in Org version
8.0.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ob-python.el.gz
(defcustom org-babel-python-hline-to "None"
  "Replace hlines in incoming tables with this when translating to python."
  :group 'org-babel
  :package-version '(Org . "8.0")
  :type 'string)