o
    go                     @   s<   d dl mZ d dlmZ erd dlmZ G dd deZdS )    )TYPE_CHECKING)BaseReporter)Sectionc                   @   s2   e Zd ZdZdZdddZdddZdddZdS )CollectingReporterzcollects messages	collectorreturnNc                 C   s   t |  g | _d S N)r   __init__messagesself r   b/home/ubuntu/cloudmapper/venv/lib/python3.10/site-packages/pylint/reporters/collecting_reporter.pyr	      s   

zCollectingReporter.__init__c                 C   s
   g | _ d S r   )r
   r   r   r   r   reset   s   
zCollectingReporter.resetlayoutr   c                 C   s   d S r   r   )r   r   r   r   r   _display   s   zCollectingReporter._display)r   N)r   r   r   N)__name__
__module____qualname____doc__namer	   r   r   r   r   r   r   r      s    

r   N)typingr   pylint.reporters.base_reporterr   pylint.reporters.ureports.nodesr   r   r   r   r   r   <module>   s
   