
    hje                        d Z ddlmZ ddlZ ej        e          ZddlmZ ddl	m
Z
 dZe G d	 d
e
                      ZdS )z

    )annotationsN   )abstract   )
Annotation)HTMLAnnotationc                  $     e Zd ZdZd fdZ xZS )r   a$   Base class for HTML-based annotations.

    .. note::
        All annotations that inherit from this base class can be attached to
        a canvas, but are not rendered to it, thus they won't appear in saved
        plots. Only ``export_png()`` function can preserve HTML annotations.

    returnNonec                :     t                      j        |i | d S )N)super__init__)selfargskwargs	__class__s      Mlib/python3.11/site-packages/bokeh/models/annotations/html/html_annotation.pyr   zHTMLAnnotation.__init__2   s%    $)&)))))    )r
   r   )__name__
__module____qualname____doc__r   __classcell__)r   s   @r   r   r   &   sG         * * * * * * * * * *r   r   )r   
__future__r   logging	getLoggerr   logcore.has_propsr   
annotationr   __all__r    r   r   <module>r"      s     # " " " " " g!! ( ' ' ' ' ' # # # # # # 
* * * * *Z * * 
* * *r   