Method: pylint.reporters.ureports.base_writer.BaseWriter.write
Calls: 1257, Exceptions: 0, Paths: 1Back
Path 1: 1257 calls (1.0)
'\n' (359) '|' (225) '-----------------------------------' (57) 'NC' (56) 'NC ' (36) 'Your code has been rated at 7.50/10' (26) '0' (26) '----...
1def write(self, string: str) -> None:
2 """Write a string in the output buffer."""
3 self.out.write(string)