Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_math.py82 def parse_mtestfile(fname): function
971 for id, fn, arg, expected, flags in parse_mtestfile(math_testcases):
/external/python/cpython3/Lib/test/
Dtest_math.py144 def parse_mtestfile(fname): function
1356 for id, fn, arg, expected, flags in parse_mtestfile(math_testcases):