Method: pylint.checkers.design_analysis.MisdesignChecker._inc_all_stmts
Calls: 13006, Exceptions: 0, Paths: 2Back
Path 1: 6803 calls (0.52)
1 (6711) 2 (91) 4 (1)
1def _inc_all_stmts(self, amount: int) -> None:
2 for i, _ in enumerate(self._stmts):
3 self._stmts[i] += amount
Path 2: 6203 calls (0.48)
1 (5961) 2 (235) 3 (7)
1def _inc_all_stmts(self, amount: int) -> None:
2 for i, _ in enumerate(self._stmts):
3 self._stmts[i] += amount