File: ob-python.el.html

Org-Babel support for evaluating python source code.

Defined variables (10)

org-babel-header-args:pythonPython-specific header arguments.
org-babel-python--def-format-valuePython function to format value result and save it to file.
org-babel-python--initializedFlag used to mark that python session has been initialized.
org-babel-python--output-graphics-wrapperFormat string for saving Python graphical output.
org-babel-python-None-toReplace ‘None’ in python tables with this before returning.
org-babel-python-commandCommand (including arguments) for interactive and non-interactive Python code.
org-babel-python-command-nonsessionCommand (including arguments) for executing non-interactive Python code.
org-babel-python-command-sessionCommand (including arguments) for starting interactive Python sessions.
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.

Defined functions (25)

org-babel-execute:python(BODY PARAMS)
org-babel-load-session:python(SESSION BODY PARAMS)
org-babel-prep-session:python(SESSION PARAMS)
org-babel-python--command(IS-SESSION)
org-babel-python--python-util-comint-end-of-output-p()
org-babel-python--setup-session()
org-babel-python--shift-right(BODY &optional COUNT)
org-babel-python-associate-session(SESSION)
org-babel-python-async-evaluate-session(SESSION BODY &optional RESULT-TYPE RESULT-PARAMS GRAPHICS-FILE)
org-babel-python-async-value-callback(PARAMS TMP-FILE)
org-babel-python-evaluate(SESSION BODY &optional RESULT-TYPE RESULT-PARAMS PREAMBLE ASYNC GRAPHICS-FILE)
org-babel-python-evaluate-external-process(BODY &optional RESULT-TYPE RESULT-PARAMS PREAMBLE GRAPHICS-FILE)
org-babel-python-evaluate-session(SESSION BODY &optional RESULT-TYPE RESULT-PARAMS GRAPHICS-FILE)
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-send-string(SESSION BODY)
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-session-buffer:python(SESSION &optional _)
org-babel-variable-assignments:python(PARAMS)

Defined faces (0)