3
^^                 @   s    d dl mZ G dd deZdS )    )BaseReporterc               @   s(   e Zd ZdZdZdd Zdd ZdZdS )CollectingReporterzcollects messagesZ	collectorc             C   s   t j|  g | _d S )N)r   __init__messages)self r   F/tmp/pip-build-8app2_gc/pylint/pylint/reporters/collecting_reporter.pyr      s    
zCollectingReporter.__init__c             C   s   | j j| d S )N)r   append)r   msgr   r   r   handle_message   s    z!CollectingReporter.handle_messageN)__name__
__module____qualname____doc__namer   r   Z_displayr   r   r   r   r   	   s
   r   N)Zpylint.reporters.base_reporterr   r   r   r   r   r   <module>   s   