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