Searched refs:overflowTuple (Results 1 – 1 of 1) sorted by relevance
7 def __init__(self, overflowTuple): argument8 self.tableType = overflowTuple[0]9 self.LookupListIndex = overflowTuple[1]10 self.SubTableIndex = overflowTuple[2]11 self.itemName = overflowTuple[3]12 self.itemIndex = overflowTuple[4]