o
    g                     @   s8   d dl Z d dlmZ e dg dZG dd deZdS )    N)	MSG_TYPES_MsgBase)msg_idsymbolmsgCcategory
confidenceabspathpathmoduleobjlinecolumnc                   @   s*   e Zd ZdZdd ZdedefddZdS )	Messagez<This class represent a message to be issued by the reportersc              	   C   s*   t j| ||||d t|d  |g|R  S )Nr   )r   __new__r   )clsr   r   locationr   r	    r   T/home/ubuntu/cloudmapper/venv/lib/python3.10/site-packages/pylint/message/message.pyr      s   
zMessage.__new__templatereturnc                 C   s   |j di |  S )zFormat 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
        Nr   )format_asdict)selfr   r   r   r   r   +   s   zMessage.formatN)__name__
__module____qualname____doc__r   strr   r   r   r   r   r      s    r   )collectionspylint.constantsr   
namedtupler   r   r   r   r   r   <module>   s   