B
    ‹æ@\ 	  ã               @   s^   d Z ddlmZmZmZmZ ddlZe e¡Z	ddl
mZ ddlmZ dZG dd	„ d	eƒZdS )
a=   Download the Bokeh sample data sets to local disk.

To download the Bokeh sample data sets, execute

.. code-block:: sh

    bokeh sampledata

on the command line.

Executing this command is equivalent to running the Python code

.. code-block:: python

    import bokeh.sampledata

    bokeh.sampledata.download()

é    )Úabsolute_importÚdivisionÚprint_functionÚunicode_literalsN)Ú
sampledataé   )Ú
Subcommand)Ú
Sampledatac               @   s$   e Zd ZdZdZdZdZdd„ ZdS )r	   z5 Subcommand to download bokeh sample data sets.

    r   z#Download the bokeh sample data sets© c             C   s   t  ¡  dS )z


        N)r   Zdownload)ÚselfÚargsr
   r
   úClib/python3.7/site-packages/bokeh/command/subcommands/sampledata.pyÚinvokeI   s    zSampledata.invokeN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚnameÚhelpr   r   r
   r
   r
   r   r	   <   s
   r	   )r   Z
__future__r   r   r   r   ZloggingZ	getLoggerr   ÚlogZbokehr   Z
subcommandr   Ú__all__r	   r
   r
   r
   r   Ú<module>   s   
