Method: pylint.config.option_parser.OptionParser.__init__
Calls: 1519, Exceptions: 0, Paths: 1Back
Path 1: 1519 calls (1.0)
Option def (1519)
() (1519)
{'usage': ''} (1519)
1def __init__(self, option_class, *args, **kwargs):
2 # TODO: 3.0: Remove deprecated class
3 warnings.warn(
4 "OptionParser has been deprecated and will be removed in pylint 3.0",
5 DeprecationWarning,
6 stacklevel=2,
7 )
8 super().__init__(option_class=Option, *args, **kwargs)