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

/external/python/cpython2/Lib/
H A Ddifflib.py145 quick_ratio()
188 # only for computing quick_ratio())
644 want to try .quick_ratio() or .real_quick_ratio() first to get an
650 >>> s.quick_ratio()
660 def quick_ratio(self): member in class:SequenceMatcher
693 is faster to compute than either .ratio() or .quick_ratio().
740 s.quick_ratio() >= cutoff and \
988 cruncher.quick_ratio() > best_ratio and \
/external/python/cpython3/Lib/
H A Ddifflib.py144 quick_ratio()
187 # only for computing quick_ratio())
632 want to try .quick_ratio() or .real_quick_ratio() first to get an
638 >>> s.quick_ratio()
647 def quick_ratio(self): member in class:SequenceMatcher
680 is faster to compute than either .ratio() or .quick_ratio().
727 s.quick_ratio() >= cutoff and \
973 cruncher.quick_ratio() > best_ratio and \

Completed in 178 milliseconds