Searched refs:programlisting (Results 1 – 1 of 1) sorted by relevance
196 def subst_output(document, programlisting, stats): argument197 executable = programlisting.get('executable', None)201 executable = programlisting.get('executable')202 node = programlisting.get('node')203 interface = programlisting.get('interface')220 programlisting.text = '\n' + new_text + ' '224 parent = programlisting.getparent()239 the_tail = programlisting.tail #tail is erased by addnext, so save it here.241 programlisting.addnext(prev_element)242 programlisting.tail = the_tail[all …]