H A D | arithmetic_tests_generator.py | 57 2293, 2297, 2309, 2311, 2333, 2339, 2341, 2347, 2351, 2357, 1945 fd = sys.stdout variable 1947 fd = open(testfile, "w") variable 1957 # remaining data in file fd buffers, otherwise 1960 fd.flush() 2006 fd.write("".join(map(lambda (x,y): "%d %s\n" % (x + line, y), res))) 2009 fd.close()
|