- EightQueenProblem/Leonardong . . . . 1 match
def findNext(self, aRow, aCol):
return self.findNext(aRow, aCol+1)
row, col = self.findNext(row, col)
def testFindNext(self):
row, col = q.findNext(0, 0)
row, col = q.findNext(row+1,0)
row, col = q.findNext(row+1,0)
row, col = q.findNext(row+1,0)
row, col = q.findNext(row+1,0)
row, col = q.findNext(row+1,0)
row, col = q.findNext(row+1,0)
row, col = q.findNext(row+1,0)
row, col = q.findNext(row+1,0)
- NSIS/Reference . . . . 1 match
|| FindNext || . || . ||
- WeightsAndMeasures/황재선 . . . . 1 match
def findNextDataIndex(self):
next = self.findNextDataIndex()
def testFindNextDataIndex(self):
self.assertEquals(2, self.wam.findNextDataIndex())
nextIndex = self.wam.findNextDataIndex()
Found 3 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.