Variable: org-babel-python-mode
org-babel-python-mode is a variable defined in org-compat.el.gz.
This variable is obsolete since 9.7; Only the built-in Python mode is supported in ob-python now.
Value
python
Documentation
Python mode for use in running python interactively.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-compat.el.gz
(defconst org-babel-python-mode 'python
"Python mode for use in running python interactively.")