Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Ddifflib.py39 def _calculate_ratio(matches, length): function
620 return _calculate_ratio(matches, len(self.a) + len(self.b))
649 return _calculate_ratio(matches, len(self.a) + len(self.b))
661 return _calculate_ratio(min(la, lb), la + lb)

Completed in 3 milliseconds