Path 1: 2590 calls (1.0)

['--list-msgs'] (259) ['--list-msgs-enabled'] (259) ['--list-groups'] (259) ['--list-conf-levels'] (259) ['--list-extensions'] (259) ['--full-document...

'list_msgs' (259) 'list_msgs_enabled' (259) 'list_groups' (259) 'list_conf_levels' (259) 'list_extensions' (259) 'full_documentation' (259) 'generate_...

None (2590)

None (2590)

None (2590)

None (2590)

None (2590)

False (2590)

"Display a list of all pylint's messages divided by whether they are emittable with the given interpreter." (259) 'Display a list of what messages are...

None (2590)

dict (2590)

1def __init__(
2        self,
3        option_strings: Sequence[str],
4        dest: str,
5        nargs: None = None,
6        const: None = None,
7        default: None = None,
8        type: None = None,
9        choices: None = None,
10        required: bool = False,
11        help: str = "",
12        metavar: str = "",
13        **kwargs: Run,
14    ) -> None:
15        self.run = kwargs["Run"]
16
17        super().__init__(
18            option_strings,
19            dest,
20            0,
21            const,
22            default,
23            type,
24            choices,
25            required,
26            help,
27            metavar,
28        )