Method: pylint.reporters.base_reporter.BaseReporter.writeln
Calls: 508, Exceptions: 0, Paths: 1Back
Path 1: 508 calls (1.0)
'************* Module fail_under_plus7_5' (18) 'tests/regrtest_data/fail_under_plus7_5.py:7:0: C0116: Missing function or method docstring (missing-fu...
1def writeln(self, string: str = "") -> None:
2 """Write a line in the output buffer."""
3 print(string, file=self.out)