Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_gdb.py256 def assertEndsWith(self, actual, exp_end): argument
258 self.assertTrue(actual.endswith(exp_end),
259 msg='%r did not end with %r' % (actual, exp_end))
/external/python/cpython3/Lib/test/
Dtest_gdb.py282 def assertEndsWith(self, actual, exp_end): argument
284 self.assertTrue(actual.endswith(exp_end),
285 msg='%r did not end with %r' % (actual, exp_end))