Searched refs:overflowTuple (Results 1 – 1 of 1) sorted by relevance
11 def __init__(self, overflowTuple): argument12 self.tableType = overflowTuple[0]13 self.LookupListIndex = overflowTuple[1]14 self.SubTableIndex = overflowTuple[2]15 self.itemName = overflowTuple[3]16 self.itemIndex = overflowTuple[4]