6.6.8.2. Python comment tangler

6.6.8.2. Python comment tangler

Start python section to interscript/tanglers/python.py[2]
    93: #line 106 "python_tangler.ipk"
    94: class script_comment_tangler(tangler_base):
    95:   def writeline(self,data,file,count,inhibit_sref=0):
    96:     if self.weaver:
    97:       self.weaver.writeline(data)
    98:     self._writeline('# '+line)
    99: 
End python section to interscript/tanglers/python.py[2]