class documentation

class _PylintConfigRun(Run): (source)

View In Hierarchy

A private wrapper for the 'pylint-config' command.

Class Variable _is_pylint_config Boolean whether or not this is a 'pylint-config' run.

Inherited from Run:

Method __init__ Undocumented
Class Variable option_groups Undocumented
Instance Variable linter Undocumented
Instance Variable verbose Undocumented
Instance Variable _output Undocumented
Instance Variable _plugins Undocumented
Instance Variable _rcfile Undocumented
_is_pylint_config: ClassVar[bool] = (source)

Boolean whether or not this is a 'pylint-config' run. Used by _PylintConfigRun to make the 'pylint-config' command work.