Method: pylint.pyreverse.inspector.IdGeneratorMixIn.generate_id
Calls: 258, Exceptions: 0, Paths: 1Back
Path 1: 258 calls (1.0)
1 (10) 2 (8) 3 (4) 4 (3) 5 (3) 6 (2) 7 (2) 8 (2) 9 (2) 10 (2)
1def generate_id(self) -> int:
2 """Generate a new identifier."""
3 self.id_count += 1
4 return self.id_count