6.13.10.2.9. Anchors

Start python section to interscript/frames/inputf.py[14 /40 ] Next Prev Last
   448: #line 631 "input_frame.ipk"
   449:   def set_anchor(self,label):
   450:     if self.current_tangler:
   451:       self.current_tangler.weaver.set_anchor(label)
   452:     else:
   453:       self.current_weaver.set_anchor(label)
   454: 
   455:   def ref_anchor(self,label):
   456:     self.current_weaver.ref_anchor(label)
   457: 
End python section to interscript/frames/inputf.py[14]