6.13.10.2.24.4. Tables

Start python section to interscript/frames/inputf.py[37 /40 ] Next Prev Last
  1019: #line 1389 "input_frame.ipk"
  1020:   def begin_table(self, *headings, **kwds):
  1021:     apply(self.get_weaver().begin_table, headings, kwds)
  1022: 
  1023:   def table_row(self, *data):
  1024:     self.current_weaver.table_row(data)
  1025: 
  1026:   def end_table(self):
  1027:     self.current_weaver.end_table()
  1028: 
  1029:   def table_rule(self):
  1030:     self.current_weaver.table_rule()
  1031: 
End python section to interscript/frames/inputf.py[37]