Method: pylint.checkers.design_analysis.MisdesignChecker._inc_branch
Calls: 2182, Exceptions: 0, Paths: 1Back
Path 1: 2182 calls (1.0)
If (1194) For (523) TryExcept (309) While (104) TryFinally (52)
1 (1810) 2 (364) 3 (7) 4 (1)
1def _inc_branch(self, node: nodes.NodeNG, branchesnum: int = 1) -> None:
2 """Increments the branches counter."""
3 self._branches[node.scope()] += branchesnum