Method: pylint.utils.file_state.FileState.get_effective_max_line_number
Calls: 59812, Exceptions: 0, Paths: 1Back
Path 1: 59812 calls (1.0)
130 (1161) 11 (1024) 1015 (1022) 1018 (1020) 9 (905) 64 (815) 280 (761) 108 (712) 5 (686) 432 (679)
1def get_effective_max_line_number(self) -> int | None:
2 return self._effective_max_line_number # type: ignore[no-any-return]