Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_future.py9 def get_error_location(msg): function
33 self.assertEqual(get_error_location(msg), ("badsyntax_future3", '3'))
41 self.assertEqual(get_error_location(msg), ("badsyntax_future4", '3'))
49 self.assertEqual(get_error_location(msg), ("badsyntax_future5", '4'))
57 self.assertEqual(get_error_location(msg), ("badsyntax_future6", '3'))
65 self.assertEqual(get_error_location(msg), ("badsyntax_future7", '3'))
73 self.assertEqual(get_error_location(msg), ("badsyntax_future8", '3'))
81 self.assertEqual(get_error_location(msg), ("badsyntax_future9", '3'))
/external/python/cpython3/Lib/test/
Dtest_future.py12 def get_error_location(msg): function