Searched defs:fOut (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/util/
H A DmakeEuroparlLineFile.py41 def write(date, title, pending, fOut):
46 fOut.write(line)
52 def processTar(fileName, fOut):
82 write(date, title, pending, fOut)
94 write(date, title, pending, fOut)
100 write(date, title, pending, fOut)
108 fOut = open(fileOut, 'wb') variable
113 processTar(fileName, fOut)
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/util/
H A DmakeEuroparlLineFile.py41 def write(date, title, pending, fOut):
46 fOut.write(line)
52 def processTar(fileName, fOut):
82 write(date, title, pending, fOut)
94 write(date, title, pending, fOut)
100 write(date, title, pending, fOut)
108 fOut = open(fileOut, 'wb') variable
113 processTar(fileName, fOut)

Completed in 451 milliseconds