equal
deleted
inserted
replaced
87 tag = labels[colindex] |
87 tag = labels[colindex] |
88 attrs = {} |
88 attrs = {} |
89 if '(' in tag: |
89 if '(' in tag: |
90 attrs['expr'] = tag |
90 attrs['expr'] = tag |
91 tag = 'funccall' |
91 tag = 'funccall' |
92 if val is not None and not eschema(etype).is_final(): |
92 if val is not None and not eschema(etype).final: |
93 attrs['eid'] = val |
93 attrs['eid'] = val |
94 # csvrow.append(val) # val is eid in that case |
94 # csvrow.append(val) # val is eid in that case |
95 val = self._cw.view('textincontext', rset, |
95 val = self._cw.view('textincontext', rset, |
96 row=rowindex, col=colindex) |
96 row=rowindex, col=colindex) |
97 else: |
97 else: |