Method: pylint.reporters.ureports.base_writer.BaseWriter.writeln
Calls: 383, Exceptions: 0, Paths: 1Back
Path 1: 383 calls (1.0)
'' (359) '-----------' (4) 'Report' (2) '======' (2) 'Statistics by type' (2) '------------------' (2) 'Raw metrics' (2) 'Duplication' (2) 'Messages b...
1def writeln(self, string: str = "") -> None:
2 """Write a line in the output buffer."""
3 self.write(string + "\n")