Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Ddifflib.py156 # only for computing quick_ratio())
607 want to try .quick_ratio() or .real_quick_ratio() first to get an
613 >>> s.quick_ratio()
622 def quick_ratio(self): member in SequenceMatcher
655 is faster to compute than either .ratio() or .quick_ratio().
705 s.quick_ratio() >= cutoff and \
938 cruncher.quick_ratio() > best_ratio and \
/third_party/python/Lib/test/
H A Dtest_difflib.py69 self.assertEqual(s.quick_ratio(), 1)

Completed in 4 milliseconds