Searched refs:textFile (Results 1 – 1 of 1) sorted by relevance
269 def _genText(self,root,textFile): argument334 textFile.write(str(root.kind))335 textFile.write(" ")336 textFile.write(str(root.id))337 textFile.write("\n")341 textFile.write("y\n")343 textFile.write(str(paramId))344 textFile.write("\n")346 textFile.write("y\n")348 textFile.write(str(paramId))[all …]