Method: pylint.reporters.text.TextReporter.__init__
Calls: 1461, Exceptions: 0, Paths: 1Back
Path 1: 1461 calls (1.0)
None (1455) StringIO (6)
1def __init__(self, output: TextIO | None = None) -> None:
2 super().__init__(output)
3 self._modules: set[str] = set()
4 self._template = self.line_format
5 self._fixed_template = self.line_format
6 """The output format template with any unrecognized arguments removed."""