Home
last modified time | relevance | path

Searched refs:format_testfile (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_float.py28 format_testfile = os.path.join(test_dir, 'formatfloat_testcases.txt') variable
665 with open(format_testfile) as testfile:
666 for line in open(format_testfile):