a
    ADf.	                     @  s^   d dl mZ d dlZeeZddlmZ ddlm	Z	m
Z
 ddlmZ dZG d	d
 d
eZdS )    )annotationsN   )OutputBackend)BoolEnum   )	UIElement)Canvasc                      s@   e Zd ZdZdd fddZedddZeed	d
dZ	  Z
S )r	    None)returnc                   s   t  j|i | d S )N)super__init__)selfargskwargs	__class__ `/nfs/NAS7/SABIOD/METHODE/ermites/ermites_venv/lib/python3.9/site-packages/bokeh/models/canvas.pyr   )   s    zCanvas.__init__Tz3
    Whether to use HiDPI mode when available.
    )defaulthelpZcanvasz
    Specify the output backend for the plot area. Default is HTML5 Canvas.

    .. note::
        When set to ``webgl``, glyphs without a WebGL rendering implementation
        will fall back to rendering onto 2D canvas.
    )__name__
__module____qualname____doc__r   r   Zhidpir   r   Zoutput_backend__classcell__r   r   r   r   r	   %   s   r	   )
__future__r   logging	getLoggerr   logZ
core.enumsr   Zcore.propertiesr   r   Zuir   __all__r	   r   r   r   r   <module>   s   
