class documentation

class BaseJSONReporter(BaseReporter): (source)

Known subclasses: pylint.reporters.JSONReporter

View In Hierarchy

Report messages and layouts in JSON.

Static Method deserialize Undocumented
Static Method serialize Undocumented
Method display_messages Launch layouts display.
Method display_reports Don't do anything in this reporter.
Class Variable extension Undocumented
Class Variable name Undocumented
Method _display Do nothing.
@staticmethod
def deserialize(message_as_json: OldJsonExport) -> Message: (source)

Undocumented

@staticmethod
def serialize(message: Message) -> OldJsonExport: (source)

Undocumented

def display_messages(self, layout: Section|None): (source)

Launch layouts display.

def display_reports(self, layout: Section): (source)

Don't do anything in this reporter.

extension: str = (source)

Undocumented

Undocumented

def _display(self, layout: Section): (source)

Do nothing.