Variable: org-babel-header-args:python

org-babel-header-args:python is a variable defined in ob-python.el.gz.

Value

((return . :any) (python . :any) (async (yes no)))

Documentation

Python-specific header arguments.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ob-python.el.gz
(defconst org-babel-header-args:python
  '((return . :any)
    (python . :any)
    (async . ((yes no))))
  "Python-specific header arguments.")