Searched refs:overflowTuple (Results 1 – 1 of 1) sorted by relevance
29 def __init__(self, overflowTuple): argument30 self.tableType = overflowTuple[0]31 self.LookupListIndex = overflowTuple[1]32 self.SubTableIndex = overflowTuple[2]33 self.itemName = overflowTuple[3]34 self.itemIndex = overflowTuple[4]