Variable: org-babel-python-None-to
org-babel-python-None-to is a customizable variable defined in
ob-python.el.gz.
Value
hline
Documentation
Replace None in python tables with this before returning.
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-None-to 'hline
"Replace `None' in python tables with this before returning."
:group 'org-babel
:package-version '(Org . "8.0")
:type 'symbol)