
    LMhx                         d dl Z dZdgZd ZdS )    Nzgithub.com/casperdcltqdm_pandasc           	         ddl m} t          | t                    s$t	          | dd                              d          rN |dt	          |                    dd          d	t          j        j	                  
            | j
        di | dS  |dt	          | j        d	t          j        j	                  
           t          |           
                    |            dS )zm
    Registers the given `tqdm` instance with
    `pandas.core.groupby.DataFrameGroupBy.progress_apply`.
    r   )TqdmDeprecationWarning__name__ tqdm_zBPlease use `tqdm.pandas(...)` instead of `tqdm_pandas(tqdm, ...)`.fileNwrite)fp_writezBPlease use `tqdm.pandas(...)` instead of `tqdm_pandas(tqdm(...))`.)deprecated_t )tqdmr   
isinstancetypegetattr
startswithgetsysstderrr
   pandasfp)tclasstqdm_kwargsr   s      Q/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/tqdm/_tqdm_pandas.pyr   r      s   
 ,+++++&$ 
1GFJ$C$C$N$N% % 
1P[__VT::GSZEUVV	X 	X 	X 	X 	$$$$$$$PVY1ABB	D 	D 	D 	D 	V00000    )r   
__author____all__r   r   r   r   <module>r      s3    



#
/1 1 1 1 1r   