Method: pylint.config.exceptions._UnrecognizedOptionError.__init__
Calls: 2, Exceptions: 0, Paths: 1Back
Path 1: 2 calls (1.0)
['no_docstring_rgx'] (1) ['unknown-option', 'another-unknown-option'] (1)
() (2)
1def __init__(self, options: list[str], *args: object) -> None:
2 self.options = options
3 super().__init__(*args)