equal
deleted
inserted
replaced
3161 fragList = bFragList = None |
3161 fragList = bFragList = None |
3162 |
3162 |
3163 return style, fragList, bFragList |
3163 return style, fragList, bFragList |
3164 |
3164 |
3165 def _tt_handle(self,tt): |
3165 def _tt_handle(self,tt): |
3166 "Iterate through a pre-parsed tuple tree (e.g. from pyRXP)" |
3166 "Iterate through a pre-parsed tuple tree (e.g. from pyrxp)" |
3167 #import pprint |
3167 #import pprint |
3168 #pprint.pprint(tt) |
3168 #pprint.pprint(tt) |
3169 #find the corresponding start_tagname and end_tagname methods. |
3169 #find the corresponding start_tagname and end_tagname methods. |
3170 #These must be defined. |
3170 #These must be defined. |
3171 tag = tt[0] |
3171 tag = tt[0] |