6.4.6.2.2. section processor

6.4.6.2.2. section processor

Process code sections.
Start python section to interscript/weavers/web.py[3]
   211: #line 300 "web_weaver.ipk"
   212:   def code_head(self, tangler, secno):
   213:     dst_filename = tangler.sink.name
   214:     self.set_anchor(dst_filename+'['+str(secno)+']')
   215:     for weaver in self.base:
   216:       weaver.code_head(tangler, secno)
   217: 
End python section to interscript/weavers/web.py[3]