Searched refs:longer_match_exists (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_difflib.py | 505 def longer_match_exists(self, a, b, n): member in TestFindLongest 519 self.assertFalse(self.longer_match_exists(a, b, match.size)) 527 self.assertFalse(self.longer_match_exists(a[2:], b[4:], match.size)) 535 self.assertFalse(self.longer_match_exists(a, b[1:5], match.size)) 547 self.assertFalse(self.longer_match_exists(a, b, match.size))
|