class documentation

class Message: (source)

View In Hierarchy

This class represent a message to be issued by the reporters.

Method __init__ Undocumented
Method format Format the message according to the given template.
Constant C Undocumented
Instance Variable abspath Undocumented
Instance Variable category Undocumented
Instance Variable column Undocumented
Instance Variable confidence Undocumented
Instance Variable end_column Undocumented
Instance Variable end_line Undocumented
Instance Variable line Undocumented
Instance Variable module Undocumented
Instance Variable msg Undocumented
Instance Variable msg_id Undocumented
Instance Variable obj Undocumented
Instance Variable path Undocumented
Instance Variable symbol Undocumented
Property location Undocumented
def __init__(self, msg_id: str, symbol: str, location: tuple[str, str, str, str, int, int]|MessageLocationTuple, msg: str, confidence: Confidence|None): (source)

Undocumented

def format(self, template: str) -> str: (source)

Format the message according to the given template. The template format is the one of the format method : cf. https://docs.python.org/2/library/string.html#formatstrings

Undocumented

Undocumented

category = (source)

Undocumented

Undocumented

confidence = (source)

Undocumented

end_column = (source)

Undocumented

end_line = (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

@property
location: MessageLocationTuple = (source)

Undocumented