Home
last modified time | relevance | path

Searched refs:real_quick_ratio (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Ddifflib.py607 want to try .quick_ratio() or .real_quick_ratio() first to get an
615 >>> s.real_quick_ratio()
651 def real_quick_ratio(self): member in SequenceMatcher
704 if s.real_quick_ratio() >= cutoff and \
937 if cruncher.real_quick_ratio() > best_ratio and \
/third_party/python/Lib/test/
H A Dtest_difflib.py70 self.assertEqual(s.real_quick_ratio(), 1)

Completed in 4 milliseconds