rbtools.utils.match_score¶
Utilities for applying matching scores for summaries and descriptions.
Deprecated since version 3.1: This will be removed in RBTools 4.0.
Classes
|
Encapsulates ranking information for matching existing requests. |
- class rbtools.utils.match_score.Score(summary_score, description_score)[source]¶
Bases:
object
Encapsulates ranking information for matching existing requests.
This is currently used with ‘rbt post -u’ to match the new change with existing review requests. The ‘get_match’ method will return a new Score, and then multiple scores can be ranked against each other.
Deprecated since version 3.1: This will be removed in RBTools 4.0.