B
    ‹æ@\	  ã               @   sV   d Z ddlmZmZmZmZ ddlZe e¡Z	dZ
G dd„ deƒZG dd„ deƒZdS )	z˜ Provide Bokeh-specific warning subclasses.

The primary use of these subclasses to to force them to be unconditionally
displayed to users by default.

é    )Úabsolute_importÚdivisionÚprint_functionÚunicode_literalsN)ÚBokehDeprecationWarningÚBokehUserWarningc               @   s   e Zd ZdZdS )r   z† A Bokeh-specific ``DeprecationWarning`` subclass.

    Used to selectively filter Bokeh deprecations for unconditional display.

    N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   ú2lib/python3.7/site-packages/bokeh/util/warnings.pyr   -   s   r   c               @   s   e Zd ZdZdS )r   z{ A Bokeh-specific ``UserWarning`` subclass.

    Used to selectively filter Bokeh warnings for unconditional display.

    N)r   r	   r
   r   r   r   r   r   r   4   s   r   )r   Z
__future__r   r   r   r   ZloggingZ	getLoggerr   ÚlogÚ__all__ÚDeprecationWarningr   ÚUserWarningr   r   r   r   r   Ú<module>   s   
