mozci/push.py [1129:1136]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self,
        intermittent_confidence_threshold: float = 0.8,
        real_confidence_threshold: float = 0.9,
        use_possible_regressions: bool = False,
        unknown_from_regressions: bool = True,
        consider_children_pushes_configs: bool = True,
        cross_config_counts: Optional[Tuple[int, int]] = (2, 2),
        consistent_failures_counts: Optional[Tuple[int, int]] = (2, 3),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



mozci/push.py [1383:1390]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self,
        intermittent_confidence_threshold: float = 0.8,
        real_confidence_threshold: float = 0.9,
        use_possible_regressions: bool = False,
        unknown_from_regressions: bool = True,
        consider_children_pushes_configs: bool = True,
        cross_config_counts: Optional[Tuple[int, int]] = (2, 2),
        consistent_failures_counts: Optional[Tuple[int, int]] = (2, 3),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



