6.16.12. Python comment tangler

Start python section to interscript/tanglers/python.py[6 /6 ] Prev First
   417: #line 435 "python_tangler.ipk"
   418: class script_comment_tangler(tangler_base):
   419:   def writeline(self,data,file,count,inhibit_sref=0):
   420:     if self.weaver:
   421:       self.weaver.writeline(data)
   422:     self._writeline('# '+line)
   423: 
End python section to interscript/tanglers/python.py[6]