org-babel-expand-body:generic

org-babel-expand-body:generic is a compiled Lisp function in `ob-core.el'.

(org-babel-expand-body:generic BODY PARAMS &optional VAR-LINES)

Expand BODY with PARAMS.
Expand a block of code with org-babel according to its header
arguments. This generic implementation of body expansion is
called for languages which have not defined their own specific
org-babel-expand-body:lang function.