File: ob-python.el.html

Org-Babel support for evaluating python source code.

Defined variables (7)

org-babel-python--exec-tmpfileTemplate for Python session command with output results.
org-babel-python--initializedFlag used to mark that python session has been initialized.
org-babel-python-None-toReplace ‘None’ in python tables with this before returning.
org-babel-python-commandName of the command for executing Python code.
org-babel-python-eoe-indicatorA string to indicate that evaluation has completed.
org-babel-python-hline-toReplace hlines in incoming tables with this when translating to python.
org-babel-python-modePreferred python mode for use in running python interactively.

Defined functions (20)

org-babel-execute:python(BODY PARAMS)
org-babel-load-session:python(SESSION BODY PARAMS)
org-babel-prep-session:python(SESSION PARAMS)
org-babel-python--send-string(SESSION BODY)
org-babel-python--shift-right(BODY &optional COUNT)
org-babel-python-async-evaluate-session(SESSION BODY &optional RESULT-TYPE RESULT-PARAMS)
org-babel-python-async-value-callback(PARAMS TMP-FILE)
org-babel-python-evaluate(SESSION BODY &optional RESULT-TYPE RESULT-PARAMS PREAMBLE ASYNC)
org-babel-python-evaluate-external-process(BODY &optional RESULT-TYPE RESULT-PARAMS PREAMBLE)
org-babel-python-evaluate-session(SESSION BODY &optional RESULT-TYPE RESULT-PARAMS)
org-babel-python-format-session-value(SRC-FILE RESULT-FILE RESULT-PARAMS)
org-babel-python-initiate-session(&optional SESSION PARAMS)
org-babel-python-initiate-session-by-key(&optional SESSION)
org-babel-python-read-string(STRING)
org-babel-python-session-buffer(SESSION)
org-babel-python-table-or-string(RESULTS)
org-babel-python-var-to-python(VAR)
org-babel-python-with-earmuffs(SESSION)
org-babel-python-without-earmuffs(SESSION)
org-babel-variable-assignments:python(PARAMS)

Defined faces (0)