ķ
`a]c           @   sų   d  d l  m Z m Z d  d l m Z d  d l m Z d  d l m Z d  d l m	 Z	 d  d l
 m Z m Z d  d l m Z d  d l  m Z m Z m Z m Z m Z m Z d	 d
 d d d d d d d d d d d d d d d g Z d   Z d   Z d S(   i   (   t   tqdmt   trange(   R    (   R   (   t   tqdm_pandas(   t   main(   t   TMonitort   TqdmSynchronisationWarning(   t   __version__(   t   TqdmTypeErrort   TqdmKeyErrort   TqdmWarningt   TqdmDeprecationWarningt   TqdmExperimentalWarningt   TqdmMonitorWarningR    t   tqdm_guiR   t   tgrangeR   t   tqdm_notebookt   tnrangeR   R   R   R   R	   R
   R   R   R   R   c          O   s:   d d l  m } d d l m } | d t  | |  |   S(   s-   See tqdm.notebook.tqdm for full documentationi   (   R    i˙˙˙˙(   t   warnsl   This function will be removed in tqdm==5.0.0
Please use `tqdm.notebook.tqdm` instead of `tqdm.tqdm_notebook`(   t   notebookR    t   warningsR   R
   (   t   argst   kwargst   _tqdm_notebookR   (    (    s,   lib/python2.7/site-packages/tqdm/__init__.pyR      s
    c          O   s:   d d l  m } d d l m } | d t  | |  |   S(   s}   
    A shortcut for `tqdm.notebook.tqdm(xrange(*args), **kwargs)`.
    On Python3+, `range` is used instead of `xrange`.
    i   (   R   i˙˙˙˙(   R   s;   Please use `tqdm.notebook.trange` instead of `tqdm.tnrange`(   R   R   R   R   R
   (   R   R   t   _tnrangeR   (    (    s,   lib/python2.7/site-packages/tqdm/__init__.pyR      s
    N(   t   stdR    R   t   guiR   R   t   _tqdm_pandasR   t   cliR   t   _monitorR   R   t   _versionR   R   R   R	   R
   R   R   t   __all__R   R   (    (    (    s,   lib/python2.7/site-packages/tqdm/__init__.pyt   <module>   s    .		
