Lines Matching refs:table
73 def visitTable(self,table): argument
74 self.writeColumns(table.columns)
75 for row in table.rows:
449 def visitTable(self,table): argument
557 def visitTable(self,table): argument
562 for col in table.params:
569 perm,restricted=permutation(ORDEREDCORES,table.cores,self._reorder)
571 perm,restricted=permutation(ORDEREDTYPES,table.cores,self._reorder)
573 restricted = table.cores
586 nbParams = len(table.params)
587 for row in table.rows: