6.16.11. Python comment tangler

Comienzo python section to interscript/tanglers/python.py[6 /6 ] Previo Primero
   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]