Returns the source code which a certain TAL name will expand into. Used for debugging tal code.
(defgeneric preprocess-tal (generator name) (:documentation "Returns the source code which a certain TAL name will expand into. Used for debugging tal code."))Source Context