6.19.10.2.14.1. Utilities

Python is announced by a single @. If the line ends in a : (or some others) the script continues to the first line with a non-space in column 1. The first space is remove from each continuation line.
Start python section to interscript/frames/inputf.py[19 /42 ] Next Prev First Last
   649: #line 886 "input_frame.ipk"
   650: # regexp's for the main functions
   651: 
   652:   def make_parse_tab(self, pywarn = None):
   653:     res = []
   654:     if pywarn:
   655:       res = res + [
   656:         ['^'+pywarn+'('+pywarn+')(.*)$',self.do_quote_at],
   657:         ['^'+pywarn+'(.*[-+*/%:,\\\\([{]) *(#.*)?$', self.do_exec_suite],
   658:         ['^'+pywarn+'(.*)$',self.do_exec_line]
   659:         ]
   660: 
   661: 
   662:     res = res + [
   663:       ['^(.*)$',self.do_web]
   664:       ]
   665:     return res
   666: 
End python section to interscript/frames/inputf.py[19]